diff --git a/python-PyRSS2Gen.spec b/python-PyRSS2Gen.spec index 14f7eae..27b355d 100644 --- a/python-PyRSS2Gen.spec +++ b/python-PyRSS2Gen.spec @@ -1,7 +1,6 @@ -%global with_python3 1 Name: python-PyRSS2Gen Version: 1.1 -Release: 18%{?dist} +Release: 19%{?dist} Summary: A Python library for generating RSS 2.0 feeds Group: Development/Libraries @@ -9,21 +8,11 @@ License: BSD URL: http://www.dalkescientific.com/Python/PyRSS2Gen.html Source0: http://www.dalkescientific.com/Python/PyRSS2Gen-%{version}.tar.gz BuildArch: noarch -BuildRequires: python2-devel -BuildRequires: python2-setuptools %global _description\ A Python library for generating RSS 2.0 feeds. %description %_description -%package -n python2-pyrss2gen -Summary: %summary -Requires: python2-feedparser -%{?python_provide:%python_provide python2-pyrss2gen} - -%description -n python2-pyrss2gen %_description - -%if 0%{?with_python3} %package -n python3-PyRSS2Gen BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -33,7 +22,6 @@ BuildArch: noarch Group: Development/Libraries %description -n python3-PyRSS2Gen A Python3 library for generating RSS 2.0 feeds. -%endif @@ -43,31 +31,22 @@ A Python3 library for generating RSS 2.0 feeds. %build %install -%if 0%{?with_python3} %{__python3} setup.py install --root %{buildroot} -%endif - -%{__python2} setup.py install --root %{buildroot} %check -%files -n python2-pyrss2gen -%{python2_sitelib}/PyRSS2Gen-%{version}-py2.7.egg-info -%{python2_sitelib}/PyRSS2Gen.py -%{python2_sitelib}/PyRSS2Gen.pyc -%{python2_sitelib}/PyRSS2Gen.pyo -%doc README LICENSE - -%if 0%{?with_python3} %files -n python3-PyRSS2Gen %{python3_sitelib}/PyRSS2Gen-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/PyRSS2Gen.py %{python3_sitelib}/__pycache__/PyRSS2Gen.cpython-*.pyc %doc README LICENSE -%endif %changelog +* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek - 1.1-19 +- Subpackage python2-pyrss2gen has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * Fri Jul 13 2018 Fedora Release Engineering - 1.1-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild