diff --git python-retrying/python-retrying.spec python-retrying/python-retrying.spec.tmp index 8290083ba3..c9c3da86f1 100644 --- python-retrying/python-retrying.spec +++ python-retrying/python-retrying.spec.tmp @@ -7,7 +7,7 @@ Name: python-%{pypi_name} Version: 1.2.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: General-purpose retrying library in Python License: ASL 2.0 @@ -25,14 +25,21 @@ BuildArch: noarch BuildRequires: python2-devel -Requires: python-six +%global _description\ +Retrying is an Apache 2.0 licensed general-purpose retrying library,\ +written in Python, to simplify the task of adding retry behavior to\ +just about anything.\ -%description -Retrying is an Apache 2.0 licensed general-purpose retrying library, -written in Python, to simplify the task of adding retry behavior to -just about anything. +%description %_description + +%package -n python2-%{pypi_name} +Summary: %summary +Requires: python-six +%{?python_provide:%python_provide python2-%{pypi_name}} + +%description -n python2-%{pypi_name} %_description %if 0%{?with_python3} %package -n python3-%{pypi_name} @@ -73,7 +80,7 @@ cp -a . %{py3dir} %{__python3} setup.py install --skip-build --root %{buildroot} %endif -%files +%files -n python2-%{pypi_name} %doc README.rst LICENSE %{python2_sitelib}/%{pypi_name}.py* %{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info @@ -87,6 +94,10 @@ cp -a . %{py3dir} %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.2.3-12 +- Python 2 binary package renamed to python2-retrying + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.2.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild