diff --git python-gzipstream/python-gzipstream.spec python-gzipstream/python-gzipstream.spec.tmp index 7159cda7dc..462d97734f 100644 --- python-gzipstream/python-gzipstream.spec +++ python-gzipstream/python-gzipstream.spec.tmp @@ -5,7 +5,7 @@ Summary: Streaming zlib (gzip) support for python Name: python-gzipstream Version: 2.3.3 -Release: 6%{?dist} +Release: 7%{?dist} URL: https://fedorahosted.org/spacewalk/wiki/Projects/python-gzipstream Source0: https://fedorahosted.org/releases/s/p/spacewalk/python-gzipstream-%{version}.tar.gz License: GPLv2 @@ -15,12 +15,20 @@ BuildArch: noarch BuildRequires: python-devel -%description -A streaming gzip handler. -gzipstream.GzipStream extends the functionality of the gzip.GzipFile class -to allow the processing of streaming data. +%global _description\ +A streaming gzip handler.\ +gzipstream.GzipStream extends the functionality of the gzip.GzipFile class\ +to allow the processing of streaming data.\ +%description %_description + +%package -n python2-gzipstream +Summary: %summary +%{?python_provide:%python_provide python2-gzipstream} + +%description -n python2-gzipstream %_description + %prep %setup -q @@ -34,12 +42,16 @@ rm -rf $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-gzipstream %{python_sitelib}/* %doc html %doc LICENSE %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.3.3-7 +- Python 2 binary package renamed to python2-gzipstream + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.3.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild