14
0
forked from pool/python-nine
2018-12-04 17:17:31 +00:00
committed by Git OBS Bridge
parent 8bd3432e40
commit dff85a392b

View File

@@ -24,13 +24,11 @@ Release: 0
Summary: Python 2 / 3 compatibility, like six, but favouring Python 3
License: SUSE-Public-Domain
Group: Development/Languages/Python
Url: https://github.com/nandoflorestan/nine
URL: https://github.com/nandoflorestan/nine
Source: https://files.pythonhosted.org/packages/source/n/nine/nine-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
%description
@@ -54,8 +52,8 @@ idioms work in python2.
%endif
%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE.rst README.rst
%license LICENSE.rst
%doc README.rst
%{python_sitelib}/*
%changelog