15
0

- Remove GPL-2.0 file as per upstream commit

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cppclean?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2019-03-04 08:26:51 +00:00
committed by Git OBS Bridge
parent c36719058a
commit 24626d6573
2 changed files with 8 additions and 1 deletions

View File

@@ -20,7 +20,7 @@
Name: python-cppclean
Version: 0.12
Release: 0
Summary: Program to find problems in C++ source that slow development of large code bases
Summary: Program to find problems in C++ source code
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/myint/cppclean
@@ -42,6 +42,8 @@ considerable extra compiles increasing the edit-compile-run cycle.
%prep
%setup -q -n cppclean-%{version}
# https://github.com/myint/cppclean/commit/998e80d02eb27fa7a59ac23db41ae3854f3c2d19
rm test/unicode.h
%build
%python_build