diff --git python-morbid/python-morbid.spec python-morbid/python-morbid.spec.tmp index 3ffdaac01d..4f5a02bdf5 100644 --- python-morbid/python-morbid.spec +++ python-morbid/python-morbid.spec.tmp @@ -3,7 +3,7 @@ Name: python-morbid Summary: A lightweight message queue for bundled deployment Version: 0.8.7.3 -Release: 12%{?dist} +Release: 13%{?dist} License: MIT Group: System Environment/Daemons URL: http://www.morbidq.com @@ -11,14 +11,22 @@ Source0: http://pypi.python.org/packages/source/m/morbid/morbid-%{version}.tar. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-setuptools, python-devel -Requires: python-stomper, python-twisted-web -%description -Morbid is a Twisted-based publish/subscribe messaging server that uses the -STOMP protocol. It supports publish/subscribe topics, and runs as a single -node. It is designed specifically for usecases where a clustered message +%global _description\ +Morbid is a Twisted-based publish/subscribe messaging server that uses the\ +STOMP protocol. It supports publish/subscribe topics, and runs as a single\ +node. It is designed specifically for usecases where a clustered message\ broker is not necessary. +%description %_description + +%package -n python2-morbid +Summary: %summary +Requires: python-stomper, python-twisted-web +%{?python_provide:%python_provide python2-morbid} + +%description -n python2-morbid %_description + %prep %setup -q -n morbid-%{version} @@ -32,7 +40,7 @@ rm -rf %{buildroot} %clean rm -rf %{buildroot} -%files +%files -n python2-morbid %defattr(-,root,root,-) %doc LICENSE README %{_bindir}/morbid @@ -41,6 +49,10 @@ rm -rf %{buildroot} %{python_sitelib}/morbid*.egg-info/ %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.8.7.3-13 +- Python 2 binary package renamed to python2-morbid + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.8.7.3-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild