diff --git a/python-osmviz.changes b/python-osmviz.changes index ed01b78..31e3b31 100644 --- a/python-osmviz.changes +++ b/python-osmviz.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:51:03 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Tue May 15 20:05:26 UTC 2018 - toddrme2178@gmail.com diff --git a/python-osmviz.spec b/python-osmviz.spec index 27374d9..9fd8b24 100644 --- a/python-osmviz.spec +++ b/python-osmviz.spec @@ -12,23 +12,23 @@ # 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-osmviz Version: 1.1.0 Release: 0 -License: MIT Summary: An OpenStreetMap Visualization Toolkit for Python -Url: http://cbick.github.com/osmviz +License: MIT Group: Development/Languages/Python +Url: http://cbick.github.com/osmviz Source: https://files.pythonhosted.org/packages/source/o/osmviz/osmviz-%{version}.tar.gz Source10: https://raw.githubusercontent.com/hugovk/osmviz/%{version}/LICENSE -BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-pygame Recommends: python-Pillow BuildArch: noarch