diff --git python-rsslib/python-rsslib.spec python-rsslib/python-rsslib.spec.tmp index 4afc5d4565..14acf4e2a9 100644 --- python-rsslib/python-rsslib.spec +++ python-rsslib/python-rsslib.spec.tmp @@ -1,6 +1,6 @@ Name: python-rsslib Version: 0 -Release: 9.20130310%{?dist} +Release: 10.20130310%{?dist} Summary: Create RSS feeds in Python License: Copyright only URL: http://berserk.org/rsslib/ @@ -9,10 +9,18 @@ BuildArch: noarch BuildRequires: python2-devel -%description -This library encapsulates the generation of an RSS (2.0) feed. +%global _description\ +This library encapsulates the generation of an RSS (2.0) feed.\ +%description %_description + +%package -n python2-rsslib +Summary: %summary +%{?python_provide:%python_provide python2-rsslib} + +%description -n python2-rsslib %_description + %prep %setup -c -T cp %{SOURCE0} ./rsslib.py @@ -40,11 +48,15 @@ python setup.py build python setup.py install -O1 --skip-build --root %{buildroot} -%files +%files -n python2-rsslib %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0-10.20130310 +- Python 2 binary package renamed to python2-rsslib + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0-9.20130310 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild