From 9ed37daa285ba08bb8e08b89e0d6d53fcb6cda589435921934600706ee549b19 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:20:14 +0000 Subject: [PATCH] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-stdnum?expand=0&rev=8 --- python-python-stdnum.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/python-python-stdnum.spec b/python-python-stdnum.spec index 7d69edf..56ecdf8 100644 --- a/python-python-stdnum.spec +++ b/python-python-stdnum.spec @@ -24,7 +24,7 @@ Release: 0 Summary: Python module to handle standardized numbers and codes License: LGPL-2.0-or-later Group: Development/Languages/Python -Url: http://arthurdejong.org/python-stdnum/ +URL: http://arthurdejong.org/python-stdnum/ Source: https://files.pythonhosted.org/packages/source/p/python-stdnum/%{modname}-%{version}.tar.gz BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} @@ -32,7 +32,6 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Suggests: python-PySimpleSOAP Suggests: python-suds -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -58,8 +57,8 @@ export LANG=en_US.UTF-8 %python_exec -m nose %files %{python_files} -%defattr(-,root,root,-) -%doc NEWS ChangeLog README COPYING +%license COPYING +%doc NEWS ChangeLog README %{python_sitelib}/* %changelog