forked from pool/python-cppclean
Accepting request 681212 from devel:languages:python
- Remove GPL-2.0 file as per upstream commit - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/681212 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cppclean?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 08:25:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Remove GPL-2.0 file as per upstream commit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 18 17:19:54 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Use noun phrase in summary.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 13 06:01:08 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-cppclean
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,17 +12,18 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-cppclean
|
||||
Version: 0.12
|
||||
Release: 0
|
||||
Summary: Program to find problems in C++ source code
|
||||
License: Apache-2.0
|
||||
Summary: Find problems in C++ source that slow development of large code bases
|
||||
Url: https://github.com/myint/cppclean
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/myint/cppclean
|
||||
Source: https://github.com/myint/cppclean/archive/v%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: bash
|
||||
@@ -41,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
|
||||
|
||||
Reference in New Issue
Block a user