From 62757c9eb91c415308a1b76734cccd53858fbde1ec7556b8159d0cbfa7b4ac81 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:22:11 +0000 Subject: [PATCH] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=18 --- python-SecretStorage.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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