diff --git a/python-SecretStorage.spec b/python-SecretStorage.spec index f4ecc57..58b83ac 100644 --- a/python-SecretStorage.spec +++ b/python-SecretStorage.spec @@ -23,7 +23,7 @@ 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} @@ -72,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