diff --git a/.gitignore b/.gitignore index 0ac9539..9e4a2cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /zope.deprecation-3.4.0.tar.gz /zope.deprecation-3.5.1.tar.gz +/zope.deprecation-4.1.1.tar.gz diff --git a/python-zope-deprecation.spec b/python-zope-deprecation.spec index d1273aa..74fa9c0 100644 --- a/python-zope-deprecation.spec +++ b/python-zope-deprecation.spec @@ -7,8 +7,8 @@ %define modname zope.deprecation Name: python-zope-deprecation -Version: 3.5.1 -Release: 4%{?dist} +Version: 4.1.1 +Release: 1%{?dist} Summary: Zope 3 Deprecation Infrastructure Group: Development/Libraries @@ -62,15 +62,11 @@ popd %if 0%{?with_python3} pushd %{py3dir} %{__python3} setup.py install -O1 --skip-build --root=%{buildroot} -rm -f %{buildroot}%{python3_sitelib}/zope/deprecation/README.txt -rm -f %{buildroot}%{python3_sitelib}/zope/deprecation/DEPENDENCIES.cfg rm -f %{buildroot}%{python3_sitelib}/zope/deprecation/tests.py* popd %endif %{__python} setup.py install -O1 --skip-build --root=%{buildroot} -rm -f %{buildroot}%{python_sitelib}/zope/deprecation/README.txt -rm -f %{buildroot}%{python_sitelib}/zope/deprecation/DEPENDENCIES.cfg rm -f %{buildroot}%{python_sitelib}/zope/deprecation/tests.py* %check @@ -83,19 +79,24 @@ popd %endif %files -%doc README.txt +%doc README.rst LICENSE.txt %{python_sitelib}/zope/deprecation/ %{python_sitelib}/%{modname}-%{version}-* %if 0%{?with_python3} %files -n python3-zope-deprecation -%doc README.txt +%doc README.rst LICENSE.txt %{python3_sitelib}/zope/deprecation/ %{python3_sitelib}/%{modname}-%{version}-* %endif %changelog +* Sun May 04 2014 Luke Macken - 4.1.1-1 +- Update to 4.1.1 +- Include the license +- Fix the changelog per rpmlint + * Fri Dec 06 2013 Pierre-Yves Chibon fr - 3.5.1-4 - Change BR from python-setuptools-devel to python-setuptools See https://fedoraproject.org/wiki/Changes/Remove_Python-setuptools-devel @@ -121,5 +122,5 @@ popd * Wed Feb 09 2011 Fedora Release Engineering - 3.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -* Wed Jan 2 2010 Luke Macken - 3.4.0-1 +* Sat Jan 2 2010 Luke Macken - 3.4.0-1 - Initial package diff --git a/sources b/sources index 121b4a8..308fce1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -836cfea5fad548cd5a0d9af1300ec05e zope.deprecation-3.5.1.tar.gz +ce261b9384066f7e13b63525778430cb zope.deprecation-4.1.1.tar.gz