diff --git python-flup/python-flup.spec python-flup/python-flup.spec.tmp index b68965094e..dd2a5a0d91 100644 --- python-flup/python-flup.spec +++ python-flup/python-flup.spec.tmp @@ -2,7 +2,7 @@ Name: python-flup Version: 1.0.2 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Random assortment of WSGI servers for python Group: Development/Libraries @@ -16,10 +16,18 @@ BuildArch: noarch BuildRequires: python-setuptools -%description -This package contains classes to create WSGI servers in python, e.g. fastcgi. +%global _description\ +This package contains classes to create WSGI servers in python, e.g. fastcgi.\ +%description %_description + +%package -n python2-flup +Summary: %summary +%{?python_provide:%python_provide python2-flup} + +%description -n python2-flup %_description + %prep %setup -q -n flup-%{version} @@ -39,13 +47,17 @@ python setup.py install --skip-build --root $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-flup %defattr(-,root,root,-) %doc ChangeLog %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0.2-15 +- Python 2 binary package renamed to python2-flup + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.2-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild