diff --git python-turbokid/python-turbokid.spec python-turbokid/python-turbokid.spec.tmp index 258405da79..dd8d469105 100644 --- python-turbokid/python-turbokid.spec +++ python-turbokid/python-turbokid.spec.tmp @@ -5,7 +5,7 @@ Name: python-turbokid Version: 1.0.5 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Python template plugin that supports Kid templates Group: Development/Languages @@ -22,13 +22,21 @@ BuildRequires: python-setuptools-devel BuildRequires: python-setuptools %endif BuildRequires: python-nose python-kid -Requires: python-kid >= 0.9.6 -%description -This package provides a template engine plugin, allowing you -to easily use Kid with TurboGears, Buffet or other systems -that support python.templating.engines. +%global _description\ +This package provides a template engine plugin, allowing you\ +to easily use Kid with TurboGears, Buffet or other systems\ +that support python.templating.engines.\ + + +%description %_description +%package -n python2-turbokid +Summary: %summary +Requires: python-kid >= 0.9.6 +%{?python_provide:%python_provide python2-turbokid} + +%description -n python2-turbokid %_description %prep %setup -q -n TurboKid-%{version} @@ -49,7 +57,7 @@ PYTHONPATH=$(pwd) nosetests -q rm -rf %{buildroot} -%files +%files -n python2-turbokid %defattr(-,root,root,-) %doc README.txt %{python_sitelib}/%{module}/ @@ -57,6 +65,10 @@ rm -rf %{buildroot} %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0.5-14 +- Python 2 binary package renamed to python2-turbokid + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.5-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild