diff --git python-wsgilog/python-wsgilog.spec python-wsgilog/python-wsgilog.spec.tmp index 9675a4305b..bd8fad7977 100644 --- python-wsgilog/python-wsgilog.spec +++ python-wsgilog/python-wsgilog.spec.tmp @@ -1,6 +1,6 @@ Name: python-wsgilog Version: 0.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: WSGI logging and event reporting middleware License: BSD @@ -11,11 +11,19 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools -%description -Supports logging events in WSGI applications to STDOUT, time rotated log -files, email, syslog, and web servers. Also supports catching and sending +%global _description\ +Supports logging events in WSGI applications to STDOUT, time rotated log\ +files, email, syslog, and web servers. Also supports catching and sending\ HTML-formatted exception tracebacks to a web browser for debugging. +%description %_description + +%package -n python2-wsgilog +Summary: %summary +%{?python_provide:%python_provide python2-wsgilog} + +%description -n python2-wsgilog %_description + %prep %setup -qn wsgilog-%{version} @@ -29,11 +37,15 @@ rm -rf $RPM_BUILD_ROOT %{__python2} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT -%files +%files -n python2-wsgilog %doc %{python2_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.3-6 +- Python 2 binary package renamed to python2-wsgilog + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild