diff --git python-tempita/python-tempita.spec python-tempita/python-tempita.spec.tmp index 048c766edc..8f74c6f880 100644 --- python-tempita/python-tempita.spec +++ python-tempita/python-tempita.spec.tmp @@ -2,7 +2,7 @@ Name: python-tempita Version: 0.5.1 -Release: 16%{?dist} +Release: 17%{?dist} Summary: A very small text templating language Group: Development/Languages @@ -19,9 +19,17 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools %endif # if with_python3 -%description +%global _description\ Tempita is a small templating language for text substitution. +%description %_description + +%package -n python2-tempita +Summary: %summary +%{?python_provide:%python_provide python2-tempita} + +%description -n python2-tempita %_description + %if 0%{?with_python3} %package -n python3-tempita Summary: A very small text templating language @@ -74,7 +82,7 @@ popd nosetests -%files +%files -n python2-tempita %{python_sitelib}/tempita/ %{python_sitelib}/*.egg-info @@ -85,6 +93,10 @@ nosetests %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.5.1-17 +- Python 2 binary package renamed to python2-tempita + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.5.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild