[python-zope-deprecation] Update to 4.1.1, include the license, and clean up the spec.

Luke Macken lmacken at fedoraproject.org
Sun May 4 23:08:46 UTC 2014


commit d5a95ee0e29488f9689684fa0779728de0c095f6
Author: Luke Macken <lmacken at redhat.com>
Date:   Sun May 4 17:06:57 2014 -0600

    Update to 4.1.1, include the license, and clean up the spec.

 .gitignore                   |    1 +
 python-zope-deprecation.spec |   19 ++++++++++---------
 sources                      |    2 +-
 3 files changed, 12 insertions(+), 10 deletions(-)
---
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 <lmacken at redhat.com> - 4.1.1-1
+- Update to 4.1.1
+- Include the license
+- Fix the changelog per rpmlint
+
 * Fri Dec 06 2013 Pierre-Yves Chibon <pingou at pingoured>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 <rel-eng at lists.fedoraproject.org> - 3.4.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-* Wed Jan  2 2010 Luke Macken <lmacken at redhat.com> - 3.4.0-1
+* Sat Jan  2 2010 Luke Macken <lmacken at redhat.com> - 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


More information about the scm-commits mailing list