diff --git a/python-PyRSS2Gen.spec b/python-PyRSS2Gen.spec index f3120ef..6f1c2f2 100644 --- a/python-PyRSS2Gen.spec +++ b/python-PyRSS2Gen.spec @@ -1,7 +1,7 @@ %global with_python3 1 Name: python-PyRSS2Gen Version: 1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A Python library for generating RSS 2.0 feeds Group: Development/Libraries @@ -53,14 +53,17 @@ A Python3 library for generating RSS 2.0 feeds. %if 0%{?with_python3} %files -n python3-PyRSS2Gen -%{python3_sitelib}/PyRSS2Gen-%{version}-py3.3.egg-info +%{python3_sitelib}/PyRSS2Gen-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/PyRSS2Gen.py -%{python3_sitelib}/__pycache__/PyRSS2Gen.cpython-33.pyc -%{python3_sitelib}/__pycache__/PyRSS2Gen.cpython-33.pyo +%{python3_sitelib}/__pycache__/PyRSS2Gen.cpython-3?.pyc +%{python3_sitelib}/__pycache__/PyRSS2Gen.cpython-3?.pyo %doc README LICENSE %endif %changelog +* Wed May 14 2014 Bohuslav Kabrda - 1.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + * Tue Sep 10 2013 Pete Travis 1.1-4 - Completing python3 subpackaging, so it really does work.