diff --git python-cherrypy2/python-cherrypy2.spec python-cherrypy2/python-cherrypy2.spec.tmp index dda138739d..2a2e970809 100644 --- python-cherrypy2/python-cherrypy2.spec +++ python-cherrypy2/python-cherrypy2.spec.tmp @@ -2,7 +2,7 @@ Name: python-cherrypy2 Version: 2.3.0 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Pythonic, object-oriented web development framework Group: Development/Libraries License: BSD @@ -23,15 +23,22 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools -Requires: python-setuptools +%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.\ +\ +This is a compat package for programs which still need the 2.x branch of\ +CherryPy. -%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 -This is a compat package for programs which still need the 2.x branch of -CherryPy. +%package -n python2-cherrypy2 +Summary: %summary +Requires: python-setuptools +%{?python_provide:%python_provide python2-cherrypy2} + +%description -n python2-cherrypy2 %_description %prep %setup -q -n CherryPy-%{version} @@ -62,13 +69,17 @@ cd cherrypy/test %clean rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-cherrypy2 %defattr(-,root,root,-) %doc CHANGELOG.txt CHERRYPYTEAM.txt README.txt README.fedora %doc cherrypy/tutorial %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.3.0-26 +- Python 2 binary package renamed to python2-cherrypy2 + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.3.0-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild