From cc948774f882931d34fb13402bd7da2f61ddb4a631bd6b9eb87da64da1da51b4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:16:16 +0000 Subject: [PATCH] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lockfile?expand=0&rev=19 --- python-lockfile.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/python-lockfile.spec b/python-lockfile.spec index 49ae8ba..1620aca 100644 --- a/python-lockfile.spec +++ b/python-lockfile.spec @@ -23,14 +23,13 @@ Release: 0 Summary: Platform-independent file locking module License: MIT Group: Development/Languages/Python -Url: https://github.com/openstack/pylockfile +URL: https://github.com/openstack/pylockfile Source: https://files.pythonhosted.org/packages/source/l/lockfile/lockfile-%{version}.tar.gz Patch0: %{name}-empty_ident.patch BuildRequires: %{python_module nose} BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -60,8 +59,8 @@ production-quality code. %python_exec -m nose %files %{python_files} -%defattr(-,root,root,-) -%doc README RELEASE-NOTES LICENSE +%license LICENSE +%doc README RELEASE-NOTES %{python_sitelib}/lockfile* %changelog