Improve spec readbility

i9ce
Fabio Alessandro Locati 8 years ago
parent e07daac710
commit 5ba13e490e
No known key found for this signature in database
GPG Key ID: 710BAB0B9BA5B117

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

Loading…
Cancel
Save