diff --git python-fuzzywuzzy/python-fuzzywuzzy.spec python-fuzzywuzzy/python-fuzzywuzzy.spec.tmp index 3b2387e913..a7120431ff 100644 --- python-fuzzywuzzy/python-fuzzywuzzy.spec +++ python-fuzzywuzzy/python-fuzzywuzzy.spec.tmp @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 0.7.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Fuzzy string matching in Python License: MIT @@ -17,10 +17,18 @@ BuildArch: noarch BuildRequires: python2-devel -%description -Fuzzy string matching like a boss. +%global _description\ +Fuzzy string matching like a boss.\ +%description %_description + +%package -n python2-fuzzywuzzy +Summary: %summary +%{?python_provide:%python_provide python2-fuzzywuzzy} + +%description -n python2-fuzzywuzzy %_description + %if 0%{?with_python3} %package -n python3-fuzzywuzzy Summary: Fuzzy string matching in Python @@ -76,7 +84,7 @@ popd %endif # with_python3 -%files +%files -n python2-fuzzywuzzy %doc LICENSE.txt %{python2_sitelib}/%{pypi_name} %{python2_sitelib}/%{pypi_name}-%{version}-py%{python2_version}.egg-info @@ -91,6 +99,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.7.0-7 +- Python 2 binary package renamed to python2-fuzzywuzzy + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.7.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild