diff --git python-zope-deprecation/python-zope-deprecation.spec python-zope-deprecation/python-zope-deprecation.spec.tmp index a9bec8f5b3..db99cbd873 100644 --- python-zope-deprecation/python-zope-deprecation.spec +++ python-zope-deprecation/python-zope-deprecation.spec.tmp @@ -8,7 +8,7 @@ Name: python-zope-deprecation Version: 4.1.1 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Zope 3 Deprecation Infrastructure Group: Development/Libraries @@ -25,10 +25,18 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools %endif -%description -This package provides a simple function called 'deprecated(names, reason)' to +%global _description\ +This package provides a simple function called 'deprecated(names, reason)' to\ deprecate the previously mentioned Python objects. +%description %_description + +%package -n python2-zope-deprecation +Summary: %summary +%{?python_provide:%python_provide python2-zope-deprecation} + +%description -n python2-zope-deprecation %_description + %if 0%{?with_python3} %package -n python3-zope-deprecation Summary: Zope 3 Deprecation Infrastructure @@ -78,7 +86,7 @@ pushd %{py3dir} popd %endif -%files +%files -n python2-zope-deprecation %doc README.rst LICENSE.txt %{python_sitelib}/zope/deprecation/ %{python_sitelib}/%{modname}-%{version}-* @@ -92,6 +100,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 4.1.1-13 +- Python 2 binary package renamed to python2-zope-deprecation + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 4.1.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild