From 095f9bb253da16a4e46bb5946fc11de6dcbb0fced1dbcd9cd046faa8246f95a4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:12:13 +0000 Subject: [PATCH] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-deprecation?expand=0&rev=5 --- python-deprecation.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/python-deprecation.spec b/python-deprecation.spec index da6d755..f1d7acd 100644 --- a/python-deprecation.spec +++ b/python-deprecation.spec @@ -24,13 +24,11 @@ Release: 0 Summary: A library to handle automated deprecations License: Apache-2.0 Group: Development/Languages/Python -Url: http://deprecation.readthedocs.io/ +URL: http://deprecation.readthedocs.io/ Source: https://files.pythonhosted.org/packages/source/d/deprecation/deprecation-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch - %python_subpackages %description @@ -49,8 +47,8 @@ enable the automation of several things: %python_install %files %{python_files} -%defattr(-,root,root,-) -%doc README.rst LICENSE +%license LICENSE +%doc README.rst %{python_sitelib}/* %changelog