diff --git python-PyRSS2Gen/python-PyRSS2Gen.spec python-PyRSS2Gen/python-PyRSS2Gen.spec.tmp index 7469d72093..31bb373dac 100644 --- python-PyRSS2Gen/python-PyRSS2Gen.spec +++ python-PyRSS2Gen/python-PyRSS2Gen.spec.tmp @@ -1,7 +1,7 @@ %global with_python3 1 Name: python-PyRSS2Gen Version: 1.1 -Release: 13%{?dist} +Release: 14%{?dist} Summary: A Python library for generating RSS 2.0 feeds Group: Development/Libraries @@ -11,10 +11,18 @@ Source0: http://www.dalkescientific.com/Python/PyRSS2Gen-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools -Requires: python-feedparser -%description +%global _description\ A Python library for generating RSS 2.0 feeds. +%description %_description + +%package -n python2-pyrss2gen +Summary: %summary +Requires: python-feedparser +%{?python_provide:%python_provide python2-pyrss2gen} + +%description -n python2-pyrss2gen %_description + %if 0%{?with_python3} %package -n python3-PyRSS2Gen BuildRequires: python3-devel @@ -44,7 +52,7 @@ A Python3 library for generating RSS 2.0 feeds. %check -%files -n python-PyRSS2Gen +%files -n python2-pyrss2gen %{python_sitelib}/PyRSS2Gen-%{version}-py2.7.egg-info %{python_sitelib}/PyRSS2Gen.py %{python_sitelib}/PyRSS2Gen.pyc @@ -60,6 +68,10 @@ A Python3 library for generating RSS 2.0 feeds. %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.1-14 +- Python 2 binary package renamed to python2-pyrss2gen + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild