diff --git python-funcparserlib/python-funcparserlib.spec python-funcparserlib/python-funcparserlib.spec.tmp index d2de76aefc..ac73c65b9d 100644 --- python-funcparserlib/python-funcparserlib.spec +++ python-funcparserlib/python-funcparserlib.spec.tmp @@ -8,7 +8,7 @@ Name: python-%{srcname} Version: 0.3.6 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Recursive descent parsing library based on functional combinators License: MIT @@ -24,9 +24,17 @@ BuildRequires: python2-devel python-setuptools python-nose BuildRequires: python3-devel python3-setuptools python3-nose %endif -%description -%(cat %{SOURCE1}) +%global _description\ +%(cat %{SOURCE1})\ + + +%description %_description +%package -n python2-%{srcname} +Summary: %summary +%{?python_provide:%python_provide python2-%{srcname}} + +%description -n python2-%{srcname} %_description %if %{has_py3} %package -n python3-%{srcname} @@ -82,7 +90,7 @@ popd %endif -%files +%files -n python2-%{srcname} %doc PKG-INFO LICENSE README CHANGES %{python2_sitelib}/%{srcname}* %exclude %{python2_sitelib}/%{srcname}/tests @@ -97,6 +105,10 @@ popd %changelog +* Thu Aug 10 2017 Zbigniew Jędrzejewski-Szmek - 0.3.6-13 +- Python 2 binary package renamed to python2-funcparserlib + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.3.6-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild