diff --git python-wsgiproxy/python-wsgiproxy.spec python-wsgiproxy/python-wsgiproxy.spec.tmp index d6439a297c..779160d015 100644 --- python-wsgiproxy/python-wsgiproxy.spec +++ python-wsgiproxy/python-wsgiproxy.spec.tmp @@ -4,7 +4,7 @@ Name: python-wsgiproxy Version: 0.2.2 -Release: 12%{?dist} +Release: 13%{?dist} Summary: HTTP proxying tools for WSGI apps Group: Development/Languages @@ -16,13 +16,21 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools + +%global _description\ +WSGIProxy gives tools to proxy arbitrary(ish) WSGI requests to other\ +processes over HTTP.\ + + +%description %_description + +%package -n python2-wsgiproxy +Summary: %summary Requires: python-paste Requires: python-paste-deploy +%{?python_provide:%python_provide python2-wsgiproxy} -%description -WSGIProxy gives tools to proxy arbitrary(ish) WSGI requests to other -processes over HTTP. - +%description -n python2-wsgiproxy %_description %prep %setup -q -n WSGIProxy-%{version} @@ -41,7 +49,7 @@ processes over HTTP. %{__rm} -rf %{buildroot} -%files +%files -n python2-wsgiproxy %defattr(-,root,root,-) #%doc docs/* %{python_sitelib}/wsgiproxy @@ -49,6 +57,10 @@ processes over HTTP. %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.2.2-13 +- Python 2 binary package renamed to python2-wsgiproxy + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.2.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild