diff --git a/python-aenum.changes b/python-aenum.changes index 87cba1c..3dd049d 100644 --- a/python-aenum.changes +++ b/python-aenum.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:45:29 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Wed May 23 19:09:16 UTC 2018 - toddrme2178@gmail.com diff --git a/python-aenum.spec b/python-aenum.spec index c17491a..0f3e934 100644 --- a/python-aenum.spec +++ b/python-aenum.spec @@ -12,19 +12,19 @@ # 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-aenum Version: 2.1.2 Release: 0 -License: BSD-3-Clause Summary: Advanced Enumerations, NamedTuples, and NamedConstants -Url: https://bitbucket.org/stoneleaf/aenum +License: BSD-3-Clause Group: Development/Languages/Python +Url: https://bitbucket.org/stoneleaf/aenum Source: https://files.pythonhosted.org/packages/source/a/aenum/aenum-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros