diff --git a/python-cppclean.changes b/python-cppclean.changes index 82e3dfd..11ee9d1 100644 --- a/python-cppclean.changes +++ b/python-cppclean.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 18 17:19:54 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Wed Feb 13 06:01:08 UTC 2019 - John Vandenberg diff --git a/python-cppclean.spec b/python-cppclean.spec index 2ccbda9..7c69825 100644 --- a/python-cppclean.spec +++ b/python-cppclean.spec @@ -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 that slow development of large code bases 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