diff --git python-cheetah/python-cheetah.spec python-cheetah/python-cheetah.spec.tmp index 2edc799a6c..049d2cd66f 100644 --- python-cheetah/python-cheetah.spec +++ python-cheetah/python-cheetah.spec.tmp @@ -1,6 +1,6 @@ Name: python-cheetah Version: 2.4.4 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Template engine and code generator Group: Development/Libraries @@ -19,13 +19,21 @@ BuildRequires: python-setuptools BuildRequires: python-markdown BuildRequires: python-pygments -%description -Cheetah is an open source template engine and code generation tool, -written in Python. It can be used standalone or combined with other -tools and frameworks. Web development is its principal use, but -Cheetah is very flexible and is also being used to generate C++ code, +%global _description\ +Cheetah is an open source template engine and code generation tool,\ +written in Python. It can be used standalone or combined with other\ +tools and frameworks. Web development is its principal use, but\ +Cheetah is very flexible and is also being used to generate C++ code,\ Java, SQL, form emails and even Python code. +%description %_description + +%package -n python2-cheetah +Summary: %summary +%{?python_provide:%python_provide python2-cheetah} + +%description -n python2-cheetah %_description + %prep %setup -q -n Cheetah-%{version} %patch0 -p1 @@ -49,7 +57,7 @@ export PYTHONPATH="%{buildroot}/%{python_sitearch}" %clean rm -rf %{buildroot} -%files +%files -n python2-cheetah %defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE @@ -85,6 +93,10 @@ rm -rf %{buildroot} %{python_sitearch}/Cheetah-%{version}-*.egg-info/*.txt %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.4.4-17 +- Python 2 binary package renamed to python2-cheetah + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 2.4.4-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild