From 59233f22c0dd889f188589415d7c4e13285633b8 Mon Sep 17 00:00:00 2001 From: David Shea Date: Jan 28 2015 21:31:25 +0000 Subject: Use %license for the license file --- diff --git a/python-inflect.spec b/python-inflect.spec index 8e3af44..784e632 100644 --- a/python-inflect.spec +++ b/python-inflect.spec @@ -1,6 +1,6 @@ Name: python-inflect Version: 0.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Correctly generate plurals, singular nouns, ordinals and indefinite articles License: AGPLv3+ @@ -80,17 +80,22 @@ cp -a . %{py3dir} ( cd %{py3dir} && %{__python3} setup.py check ) %files -%doc CHANGES.txt COPYING.txt README.rst +%license COPYING.txt +%doc CHANGES.txt README.rst %{python2_sitelib}/inflect.py* %{python2_sitelib}/inflect-%{version}-*.egg-info %files -n python3-inflect -%doc CHANGES.txt COPYING.txt README.rst +%license COPYING.txt +%doc CHANGES.txt README.rst %{python3_sitelib}/inflect.py %{python3_sitelib}/__pycache__/inflect.*.py* %{python3_sitelib}/inflect-%{version}-*.egg-info %changelog +* Wed Jan 28 2015 David Shea - 0.2.5-2 +- Use %license for the license file + * Tue Jan 13 2015 David Shea - 0.2.5-1 - Update to inflect-0.2.5, which fixes the following issues: - Fixed TypeError while parsing compounds (by yavarhusain)