From 5ba13e490ef39af1384e9bb3cea7823c82d4db89 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Wed, 28 Dec 2016 00:35:22 +0100 Subject: [PATCH] Improve spec readbility --- python-s3transfer.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/python-s3transfer.spec b/python-s3transfer.spec index 289da18..f805aab 100644 --- a/python-s3transfer.spec +++ b/python-s3transfer.spec @@ -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}}