diff --git a/python-pyramid-chameleon.spec b/python-pyramid-chameleon.spec index a1856bbb65..19ce7f7183 100644 --- a/python-pyramid-chameleon.spec +++ b/python-pyramid-chameleon.spec @@ -16,7 +16,7 @@ Name: python-pyramid-chameleon Summary: Bindings for the Chameleon templating system in the Pyramid web framework Version: 0.1 -Release: 9%{?dist} +Release: 10%{?dist} # https://fedoraproject.org/wiki/Licensing:BSD?rd=Licensing/BSD#Modification_Variant License: BSD @@ -28,22 +28,29 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools + +%global _description\ +Bindings for the Chameleon templating system for the Pyramid web framework.\ + + +%description %_description + +%package -n python2-pyramid-chameleon +Summary: %summary Requires: python-chameleon Requires: python-pyramid Requires: python-setuptools Requires: python-translationstring Requires: python-venusian - %if 0%{?fedora} || 0%{?rhel} >= 7 Requires: python-zope-interface %else # RHEL 6 had an older version Requires: python-zope-interface4 %endif +%{?python_provide:%python_provide python2-pyramid-chameleon} -%description -Bindings for the Chameleon templating system for the Pyramid web framework. - +%description -n python2-pyramid-chameleon %_description %if %{with_python3} %package -n python3-pyramid-chameleon @@ -94,7 +101,7 @@ popd %{__python2} setup.py install --skip-build --root %{buildroot} -%files +%files -n python2-pyramid-chameleon %doc CONTRIBUTORS.txt COPYRIGHT.txt README.rst %{python2_sitelib}/%{module}* @@ -106,6 +113,10 @@ popd %changelog +* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 0.1-10 +- Python 2 binary package renamed to python2-pyramid-chameleon + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild