Improve spec readbility
This commit is contained in:
parent
e07daac710
commit
5ba13e490e
@ -19,6 +19,11 @@ URL: https://github.com/boto/s3transfer
|
|||||||
Source0: https://pypi.io/packages/source/s/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
Source0: https://pypi.io/packages/source/s/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
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: python2-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
@ -30,12 +35,6 @@ BuildRequires: python2-botocore
|
|||||||
BuildRequires: python-coverage
|
BuildRequires: python-coverage
|
||||||
BuildRequires: python-unittest2
|
BuildRequires: python-unittest2
|
||||||
%endif # tests
|
%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: python-futures
|
||||||
Requires: python2-botocore
|
Requires: python2-botocore
|
||||||
%{?python_provide:%python_provide python2-%{pypi_name}}
|
%{?python_provide:%python_provide python2-%{pypi_name}}
|
||||||
|
Loading…
Reference in New Issue
Block a user