From fa4712f9a8f987a4387623b52e862a993d9f115a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 19 Aug 2017 09:42:08 -0400 Subject: [PATCH] Python 2 binary package renamed to python2-progress --- python-progress.spec | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/python-progress.spec b/python-progress.spec index 21d2feb..bcf2e17 100644 --- a/python-progress.spec +++ b/python-progress.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 1.2 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Easy to use progress bars License: ISC @@ -23,10 +23,18 @@ BuildRequires: python3-setuptools Patch1: 0001-possibly-enlarge-dequeue-to-give-us-better-statistic.patch Patch2: 0002-make-the-progress-bar-more-stable.patch -%description -Collection of easy to use progress bars and spinners. +%global _description\ +Collection of easy to use progress bars and spinners.\ +%description %_description + +%package -n python2-%{pypi_name} +Summary: %summary +%{?python_provide:%python_provide python2-%{pypi_name}} + +%description -n python2-%{pypi_name} %_description + %if 0%{?with_python3} %package -n python3-%{pypi_name} Summary: Easy to use progress bars @@ -68,7 +76,7 @@ popd %{__python2} setup.py install --skip-build --root %{buildroot} -%files +%files -n python2-%{pypi_name} %doc README.rst LICENSE %{python2_sitelib}/%{pypi_name} %{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info @@ -81,6 +89,10 @@ popd %endif # with_python3 %changelog +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.2-14 +- Python 2 binary package renamed to python2-progress + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild