diff --git python-turbojson/python-turbojson.spec python-turbojson/python-turbojson.spec.tmp index 96af91284c..6f64fd9186 100644 --- python-turbojson/python-turbojson.spec +++ python-turbojson/python-turbojson.spec.tmp @@ -6,7 +6,7 @@ Name: python-turbojson Version: 1.3.2 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Python template plugin that supports json Group: Development/Languages @@ -25,15 +25,22 @@ BuildRequires: python-sqlalchemy BuildRequires: python-sqlobject BuildRequires: python-simplejson >= 1.9.1 -Requires: python-simplejson >= 1.9.1 -Requires: python-peak-rules >= 0.5a1.dev-0.2600 +%global _description\ +This package provides a template engine plugin, allowing you\ +to easily use Json with TurboGears, Buffet or other systems\ +that support python.templating.engines.\ -%description -This package provides a template engine plugin, allowing you -to easily use Json with TurboGears, Buffet or other systems -that support python.templating.engines. +%description %_description + +%package -n python2-turbojson +Summary: %summary +Requires: python-simplejson >= 1.9.1 +Requires: python-peak-rules >= 0.5a1.dev-0.2600 +%{?python_provide:%python_provide python2-turbojson} + +%description -n python2-turbojson %_description %prep %setup -q -n TurboJson-%{version} @@ -54,13 +61,17 @@ python setup.py test rm -rf %{buildroot} -%files +%files -n python2-turbojson %defattr(-,root,root,-) %{python_sitelib}/%{module}/ %{python_sitelib}/*.egg-info/ %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.3.2-13 +- Python 2 binary package renamed to python2-turbojson + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.3.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild