diff --git python-turbocheetah/python-turbocheetah.spec python-turbocheetah/python-turbocheetah.spec.tmp index da55fd8ff3..6c341da282 100644 --- python-turbocheetah/python-turbocheetah.spec +++ python-turbocheetah/python-turbocheetah.spec.tmp @@ -5,7 +5,7 @@ Name: python-turbocheetah Version: 1.0 -Release: 18%{?dist} +Release: 19%{?dist} Summary: TurboGears plugin to support use of Cheetah templates Group: Development/Languages @@ -16,13 +16,21 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel python-setuptools -Requires: python-cheetah >= 2.0.1 -%description -This package provides a template engine plugin, allowing you -to easily use Cheetah with TurboGears, Buffet and other tools that -support the python.templating.engines entry point. +%global _description\ +This package provides a template engine plugin, allowing you\ +to easily use Cheetah with TurboGears, Buffet and other tools that\ +support the python.templating.engines entry point.\ + + +%description %_description +%package -n python2-turbocheetah +Summary: %summary +Requires: python-cheetah >= 2.0.1 +%{?python_provide:%python_provide python2-turbocheetah} + +%description -n python2-turbocheetah %_description %prep %setup -q -n TurboCheetah-%{version} @@ -42,7 +50,7 @@ rm -fr %{buildroot}/%{python_sitelib}/%{module}/tests rm -rf %{buildroot} -%files +%files -n python2-turbocheetah %defattr(-,root,root,-) %doc README.txt %{python_sitelib}/%{module}/ @@ -50,6 +58,10 @@ rm -rf %{buildroot} %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0-19 +- Python 2 binary package renamed to python2-turbocheetah + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild