diff --git a/python-django-database-url.spec b/python-django-database-url.spec index 74d4b3f..102f6a1 100644 --- a/python-django-database-url.spec +++ b/python-django-database-url.spec @@ -5,7 +5,7 @@ Name: python-django-database-url Version: 0.3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Use Database URLs in your Django Application Group: Development/Languages @@ -64,19 +64,24 @@ popd make test %files -%doc LICENSE README.rst +%doc README.rst +%license LICENSE %{python2_sitelib}/%{pkgname}.py* %{python2_sitelib}/%{pkgname}-%{version}-py*.egg-info %if 0%{?with_python3} %files -n python3-django-database-url -%doc LICENSE README.rst +%doc README.rst +%license LICENSE %{python3_sitelib}/%{pkgname}.py* %{python3_sitelib}/__pycache__/%{pkgname}.cpython-*.py* %{python3_sitelib}/%{pkgname}-%{version}-py*.egg-info %endif %changelog +* Thu Apr 09 2015 Juan Orti Alcaine - 0.3.0-4 +- Use license macro + * Thu Dec 11 2014 Juan Orti - 0.3.0-3 - Add Python3 support - Change Source0 to GitHub