diff --git python-fedmsg-meta-debian/python-fedmsg-meta-debian.spec python-fedmsg-meta-debian/python-fedmsg-meta-debian.spec.tmp index 4cddcb12fe..36febac31c 100644 --- python-fedmsg-meta-debian/python-fedmsg-meta-debian.spec +++ python-fedmsg-meta-debian/python-fedmsg-meta-debian.spec.tmp @@ -3,7 +3,7 @@ Name: python-fedmsg-meta-debian Version: 0.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Metadata providers for Debian's fedmsg deployment Group: Development/Libraries @@ -18,19 +18,26 @@ BuildRequires: python2-devel BuildRequires: fedmsg >= 0.6.1 BuildRequires: python-setuptools -Requires: fedmsg >= 0.6.1 -Requires: python-fedora + +%global _description\ +fedmsg is a set of tools for knitting together\ +services and webapps into a realtime messaging net. This package contains\ +metadata provider plugins for the Debian deployment of that system.\ +\ +If you were to deploy fedmsg at another site, you would like want to write\ +your own module like this one that could provide textual representations of\ +your messages.\ -%description -fedmsg is a set of tools for knitting together -services and webapps into a realtime messaging net. This package contains -metadata provider plugins for the Debian deployment of that system. +%description %_description -If you were to deploy fedmsg at another site, you would like want to write -your own module like this one that could provide textual representations of -your messages. +%package -n python2-fedmsg-meta-debian +Summary: %summary +Requires: fedmsg >= 0.6.1 +Requires: python-fedora +%{?python_provide:%python_provide python2-fedmsg-meta-debian} +%description -n python2-fedmsg-meta-debian %_description %prep %setup -q -n %{modname}-%{version} @@ -51,12 +58,16 @@ rm -rf %{modname}.egg-info %{__python} setup.py test -%files +%files -n python2-fedmsg-meta-debian %{python_sitelib}/%{modname}/ %{python_sitelib}/%{modname}-%{version}* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.1-9 +- Python 2 binary package renamed to python2-fedmsg-meta-debian + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild