14
0
2018-12-04 17:20:14 +00:00
committed by Git OBS Bridge
parent a29ef6063a
commit 9ed37daa28

View File

@@ -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