diff --git python-webhelpers/python-webhelpers.spec python-webhelpers/python-webhelpers.spec.tmp index bb6cb1cdc3..1bbe3bbd8c 100644 --- python-webhelpers/python-webhelpers.spec +++ python-webhelpers/python-webhelpers.spec.tmp @@ -2,7 +2,7 @@ Name: python-webhelpers Version: 1.3 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Helper library for aiding the writing of web templates in Python Group: Development/Languages @@ -25,16 +25,24 @@ BuildArch: noarch BuildRequires: python-setuptools BuildRequires: python-nose python-routes python-simplejson python-webob BuildRequires: python-markupsafe >= 0.9.2 -Requires: python-routes >= 1.7, python-simplejson >= 1.4, python-markupsafe >= 0.9.2 -%description -Web Helpers is a library of helper functions intended to make writing templates -in web applications easier. +%global _description\ +Web Helpers is a library of helper functions intended to make writing templates\ +in web applications easier.\ +\ +One of the sub-sections of Web Helpers contains a full port of the template\ +helpers that are provided by Ruby on Rails with slight adaptations on occasion\ +to accommodate for Python.\ + -One of the sub-sections of Web Helpers contains a full port of the template -helpers that are provided by Ruby on Rails with slight adaptations on occasion -to accommodate for Python. +%description %_description +%package -n python2-webhelpers +Summary: %summary +Requires: python-routes >= 1.7, python-simplejson >= 1.4, python-markupsafe >= 0.9.2 +%{?python_provide:%python_provide python2-webhelpers} + +%description -n python2-webhelpers %_description %prep %setup -q -n WebHelpers-%{version} @@ -59,13 +67,17 @@ PYTHONPATH=$(pwd) nosetests rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-webhelpers %defattr(-,root,root,-) %doc README.txt %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.3-15 +- Python 2 binary package renamed to python2-webhelpers + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.3-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild