diff --git a/python-inflect.spec b/python-inflect.spec index 4c6269b3cb..daed5653a1 100644 --- a/python-inflect.spec +++ b/python-inflect.spec @@ -1,7 +1,7 @@ %global srcname inflect Name: python-%{srcname} Version: 0.2.5 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Correctly generate plurals, singular nouns, ordinals and indefinite articles License: AGPLv3+ @@ -26,7 +26,7 @@ Pronunciation-based "a"/"an" selection is provided for all English words, and most initialisms. It is also possible to inflect numerals (1,2,3) to ordinals (1st, 2nd, 3rd) and -to English words ("one", "two", "three). +to English words ("one", "two", "three"). %package -n python2-%{srcname} Summary: Correctly generate plurals, singular nouns, ordinals and indefinite articles @@ -100,7 +100,7 @@ rm -rf inflect.egg-info nosetests nosetests-3 -%files +%files -n python2-%{srcname} %license COPYING.txt %doc CHANGES.txt README.rst %{python2_sitelib}/inflect.py* @@ -114,6 +114,9 @@ nosetests-3 %{python3_sitelib}/inflect-%{version}-*.egg-info %changelog +* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 0.2.5-13 +- Fix creation of python2- subpackage + * Thu Jul 27 2017 Fedora Release Engineering - 0.2.5-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild