diff --git python-amqpclt/python-amqpclt.spec python-amqpclt/python-amqpclt.spec.tmp index 0b1df93c7c..bbf9a7e2ca 100644 --- python-amqpclt/python-amqpclt.spec +++ python-amqpclt/python-amqpclt.spec.tmp @@ -2,7 +2,7 @@ Name: python-amqpclt Version: 0.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Versatile AMQP client Group: Development/Libraries License: ASL 2.0 @@ -21,21 +21,29 @@ BuildRequires: python-pika BuildRequires: python-six BuildRequires: python2-devel BuildRequires: rabbitmq-server + +%global _description\ +amqpclt is a versatile tool to interact with messaging brokers speaking AMQP\ +and/or message queues (see messaging.queue) on disk.\ +\ +It receives messages (see messaging.message) from an incoming module,\ +optionally massaging them (i.e. filtering and/or modifying), and sends\ +them to an outgoing module. Depending on which modules are used, the tool\ +can perform different operations. + +%description %_description + +%package -n python2-amqpclt +Summary: %summary Requires: perl-Config-General Requires: python-auth-credential Requires: python-dirq Requires: python-messaging Requires: python-pika Requires: python-six +%{?python_provide:%python_provide python2-amqpclt} -%description -amqpclt is a versatile tool to interact with messaging brokers speaking AMQP -and/or message queues (see messaging.queue) on disk. - -It receives messages (see messaging.message) from an incoming module, -optionally massaging them (i.e. filtering and/or modifying), and sends -them to an outgoing module. Depending on which modules are used, the tool -can perform different operations. +%description -n python2-amqpclt %_description %prep %setup -q -n %{srcname}-%{version} @@ -85,7 +93,7 @@ rm -rf rabbitmq %clean rm -rf %{buildroot} -%files +%files -n python2-amqpclt %defattr(-,root,root) %doc README.rst CHANGES %{_mandir}/man?/* @@ -94,6 +102,10 @@ rm -rf %{buildroot} %{python_sitelib}/%{srcname}-%{version}-py?.?.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.6-4 +- Python 2 binary package renamed to python2-amqpclt + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild