diff --git python-zc-buildout/python-zc-buildout.spec python-zc-buildout/python-zc-buildout.spec.tmp index c4977a9f5f..ef05ef037b 100644 --- python-zc-buildout/python-zc-buildout.spec +++ python-zc-buildout/python-zc-buildout.spec.tmp @@ -16,7 +16,7 @@ Summary: System for managing development buildouts Name: python-zc-buildout Version: 2.5.3 -Release: 4%{?dist} +Release: 5%{?dist} Source0: https://pypi.io/packages/source/z/%{modname}/%{modname}-%{version}.tar.gz License: ZPLv2.1 Group: Development/Libraries @@ -41,14 +41,21 @@ BuildRequires: python3-manuel BuildRequires: python3-six %endif +%global _description\ +The Buildout project provides support for creating applications,\ +especially Python applications. It provides tools for assembling\ +applications from multiple parts, Python or otherwise. An application\ +may actually contain multiple programs, processes, and configuration\ +settings. + +%description %_description + +%package -n python2-zc-buildout +Summary: %summary Requires: python-setuptools +%{?python_provide:%python_provide python2-zc-buildout} -%description -The Buildout project provides support for creating applications, -especially Python applications. It provides tools for assembling -applications from multiple parts, Python or otherwise. An application -may actually contain multiple programs, processes, and configuration -settings. +%description -n python2-zc-buildout %_description %if 0%{?with_python3} %package -n python3-zc-buildout @@ -103,7 +110,7 @@ popd %endif -%files +%files -n python2-zc-buildout %defattr(-,root,root,-) %doc CHANGES.rst README.rst DEVELOPERS.txt %{python2_sitelib}/%(echo %{modname} | sed -r 's|\.|/|') @@ -126,6 +133,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.5.3-5 +- Python 2 binary package renamed to python2-zc-buildout + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.5.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild