diff --git python-django-kombu/python-django-kombu.spec python-django-kombu/python-django-kombu.spec.tmp index 0921a9446a..de81736a65 100644 --- python-django-kombu/python-django-kombu.spec +++ python-django-kombu/python-django-kombu.spec.tmp @@ -3,7 +3,7 @@ %global srcname djkombu Name: python-django-kombu Version: 0.9.4 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Kombu transport using the Django database as a message store Group: Development/Languages License: BSD @@ -13,18 +13,25 @@ Source0: http://pypi.python.org/packages/source/d/%{pkgname}/%{pkgname}-% BuildArch: noarch BuildRequires: python-setuptools BuildRequires: python2-devel -Requires: python-django -Requires: python-kombu + +%global _description\ +Django application that enables you to use the Django database as the\ +message store for Kombu. Kombu is an AMQP messaging framework for Python.\ +AMQP is the Advanced Message Queuing Protocol, an open standard protocol for\ +message orientation, queuing, routing, reliability and security. + +%description %_description + +%package -n python2-django-kombu +Summary: %summary +Requires: python-django +Requires: python-kombu Provides: %{pkgname} = %{version}-%{release} Obsoletes: %{pkgname} < %{obs_ver} +%{?python_provide:%python_provide python2-django-kombu} - -%description -Django application that enables you to use the Django database as the -message store for Kombu. Kombu is an AMQP messaging framework for Python. -AMQP is the Advanced Message Queuing Protocol, an open standard protocol for -message orientation, queuing, routing, reliability and security. +%description -n python2-django-kombu %_description %prep %setup -q -n %{pkgname}-%{version} @@ -34,12 +41,16 @@ message orientation, queuing, routing, reliability and security. %install %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT -%files +%files -n python2-django-kombu %doc LICENSE README AUTHORS THANKS TODO Changelog %{python_sitelib}/%{srcname}/ %{python_sitelib}/*.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.9.4-10 +- Python 2 binary package renamed to python2-django-kombu + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.9.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild