diff --git a/python-SecretStorage.changes b/python-SecretStorage.changes index 9267c82..39d39da 100644 --- a/python-SecretStorage.changes +++ b/python-SecretStorage.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:54:04 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Wed Jan 24 10:17:37 UTC 2018 - tchvatal@suse.com diff --git a/python-SecretStorage.spec b/python-SecretStorage.spec index 4d5071d..58b83ac 100644 --- a/python-SecretStorage.spec +++ b/python-SecretStorage.spec @@ -12,7 +12,7 @@ # 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/ # @@ -23,11 +23,10 @@ Release: 0 Summary: Python bindings to FreeDesktoporg Secret Service API License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/mitya57/secretstorage +URL: https://github.com/mitya57/secretstorage Source: https://files.pythonhosted.org/packages/source/S/SecretStorage/SecretStorage-%{version}.tar.gz BuildRequires: %{python_module cryptography} BuildRequires: %{python_module dbus-python} -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: dbus-1-x11 BuildRequires: fdupes @@ -73,7 +72,8 @@ mkdir -p $HOME/.cache %python_expand dbus-run-session -- $python -m unittest discover -s tests %files %{python_files} -%doc changelog README.rst LICENSE +%license LICENSE +%doc changelog README.rst %{python_sitelib}/* %changelog