diff --git python-cherrypy/python-cherrypy.spec python-cherrypy/python-cherrypy.spec.tmp index 3522855c99..4573d03ccf 100644 --- python-cherrypy/python-cherrypy.spec +++ python-cherrypy/python-cherrypy.spec.tmp @@ -4,7 +4,7 @@ Name: python-cherrypy Version: 3.5.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Pythonic, object-oriented web development framework Group: Development/Libraries License: BSD @@ -22,11 +22,19 @@ BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-nose -%description -CherryPy allows developers to build web applications in much the same way -they would build any other object-oriented Python program. This usually +%global _description\ +CherryPy allows developers to build web applications in much the same way\ +they would build any other object-oriented Python program. This usually\ results in smaller source code developed in less time. +%description %_description + +%package -n python2-cherrypy +Summary: %summary +%{?python_provide:%python_provide python2-cherrypy} + +%description -n python2-cherrypy %_description + %prep %setup -q -n CherryPy-%{version} %patch0 -p1 @@ -50,7 +58,7 @@ PYTHONPATH='../../' nosetests -s ./ -e 'test_SIGTERM' -e \ %clean rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-cherrypy %defattr(-,root,root,-) %doc README.txt %doc cherrypy/tutorial @@ -58,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 3.5.0-7 +- Python 2 binary package renamed to python2-cherrypy + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 3.5.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild