diff --git python-amqplib/python-amqplib.spec python-amqplib/python-amqplib.spec.tmp index 2a981c259f..cfe4e8691c 100644 --- python-amqplib/python-amqplib.spec +++ python-amqplib/python-amqplib.spec.tmp @@ -8,7 +8,7 @@ Name: python-%{srcname} Version: 1.0.2 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Client library for AMQP Group: Development/Languages @@ -22,12 +22,20 @@ BuildRequires: python-setuptools BuildRequires: python-nose -%description -Client library for AMQP (Advanced Message Queuing Protocol) - -Supports the 0-8 AMQP spec, and has been tested with RabbitMQ +%global _description\ +Client library for AMQP (Advanced Message Queuing Protocol)\ +\ +Supports the 0-8 AMQP spec, and has been tested with RabbitMQ\ and Python's 2.4, 2.5, and 2.6. +%description %_description + +%package -n python2-%{srcname} +Summary: %summary +%{?python_provide:%python_provide python2-%{srcname}} + +%description -n python2-%{srcname} %_description + %if 0%{?with_python3} %package -n python3-%{srcname} Summary: Client library for AMQP @@ -83,7 +91,7 @@ popd %endif -%files +%files -n python2-%{srcname} %defattr(-,root,root,-) %doc CHANGES INSTALL LICENSE README TODO docs/ %{python_sitelib}/%{srcname}/ @@ -98,6 +106,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0.2-18 +- Python 2 binary package renamed to python2-amqplib + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.2-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild