diff --git a/python-num2words.changes b/python-num2words.changes index ca2227a..b73cd2d 100644 --- a/python-num2words.changes +++ b/python-num2words.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Dec 19 00:08:50 UTC 2018 - Jan Engelhardt + +- Trim bias from summary. + +------------------------------------------------------------------- +Tue Dec 4 12:50:56 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Tue Mar 6 07:18:59 UTC 2018 - alarrosa@suse.com diff --git a/python-num2words.spec b/python-num2words.spec index db2f17c..738fff1 100644 --- a/python-num2words.spec +++ b/python-num2words.spec @@ -12,22 +12,22 @@ # 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-num2words Version: 0.5.6 Release: 0 -License: LGPL-2.1 -Summary: Modules to convert numbers to words. Easily extensible -Url: https://github.com/savoirfairelinux/num2words +Summary: Modules to convert numbers to words +License: LGPL-2.1-only Group: Development/Languages/Python +Url: https://github.com/savoirfairelinux/num2words Source: https://files.pythonhosted.org/packages/source/n/num2words/num2words-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages