Improve spec readbility

This commit is contained in:
Fabio Alessandro Locati 2016-12-28 00:35:22 +01:00
parent e07daac710
commit 5ba13e490e
No known key found for this signature in database
GPG Key ID: 710BAB0B9BA5B117

View File

@ -19,6 +19,11 @@ URL: https://github.com/boto/s3transfer
Source0: https://pypi.io/packages/source/s/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch: noarch
%description
S3transfer is a Python library for managing Amazon S3 transfers.
%package -n python2-%{pypi_name}
Summary: An Amazon S3 Transfer Manager
BuildRequires: python2-devel
BuildRequires: python-setuptools
%if %{with tests}
@ -30,12 +35,6 @@ BuildRequires: python2-botocore
BuildRequires: python-coverage
BuildRequires: python-unittest2
%endif # tests
%description
S3transfer is a Python library for managing Amazon S3 transfers.
%package -n python2-%{pypi_name}
Summary: An Amazon S3 Transfer Manager
Requires: python-futures
Requires: python2-botocore
%{?python_provide:%python_provide python2-%{pypi_name}}