diff --git a/python-language-check.changes b/python-language-check.changes index ae37107..59f18bb 100644 --- a/python-language-check.changes +++ b/python-language-check.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:49:54 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Thu May 10 02:56:34 UTC 2018 - toddrme2178@gmail.com diff --git a/python-language-check.spec b/python-language-check.spec index 4275379..02de96e 100644 --- a/python-language-check.spec +++ b/python-language-check.spec @@ -12,7 +12,8 @@ # 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/ +# # Tests try to access the network on other architectures for some reason @@ -26,15 +27,14 @@ %define skip_python2 1 Name: python-language-check Version: 1.1 -%define ltver 3.2 Release: 0 -License: LGPL-3.0+ +%define ltver 3.2 Summary: Checks grammar using LanguageTool -Url: https://github.com/myint/language-check +License: LGPL-3.0-or-later Group: Development/Languages/Python +Url: https://github.com/myint/language-check Source: https://files.pythonhosted.org/packages/source/l/language-check/language-check-%{version}.tar.gz Source1: https://www.languagetool.org/download/LanguageTool-%{ltver}.zip -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: java = 1.8.0