diff --git python-speaklater/python-speaklater.spec python-speaklater/python-speaklater.spec.tmp index 9084e3b67d..1005d88739 100644 --- python-speaklater/python-speaklater.spec +++ python-speaklater/python-speaklater.spec.tmp @@ -8,7 +8,7 @@ Name: python-%{tarName} Version: 1.3 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Implements a lazy string for python useful for use with gettext Group: Development/Libraries License: BSD @@ -25,13 +25,21 @@ BuildRequires: python-setuptools BuildRequires: python3-devel BuildRequires: python3-setuptools %endif -Provides: python2-speaklater -%description -A module that provides lazy strings for translations. Basically you get an -object that appears to be a string but changes the value every time the value +%global _description\ +A module that provides lazy strings for translations. Basically you get an\ +object that appears to be a string but changes the value every time the value\ is evaluated based on a callable you provide. +%description %_description + +%package -n python2-speaklater +Summary: %summary +Provides: python2-speaklater +%{?python_provide:%python_provide python2-speaklater} + +%description -n python2-speaklater %_description + %if 0%{?with_python3} %package -n python3-speaklater Summary: Implements a lazy string for python3 useful for gettext @@ -86,7 +94,7 @@ popd %clean rm -rf %{buildroot} -%files +%files -n python2-speaklater %defattr(-,root,root) %{!?_licensedir:%global license %%doc} %{python2_sitelib}/speaklater* @@ -104,6 +112,10 @@ rm -rf %{buildroot} %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.3-10 +- Python 2 binary package renamed to python2-speaklater + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild