[python-zope-testing] - Update to 3.10.0 - Rearrange documents

cheeselee cheeselee at fedoraproject.org
Mon Aug 30 04:53:18 UTC 2010


commit 771922e6e2402ab7c8c401af016570f31a66a3bd
Author: Robin Lee <robinlee.sysu at gmail.com>
Date:   Mon Aug 30 12:52:58 2010 +0800

    - Update to 3.10.0
    - Rearrange documents

 .gitignore               |    1 +
 python-zope-testing.spec |   21 +++++++--------------
 sources                  |    2 +-
 3 files changed, 9 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f957636..0e49385 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 zope.testing-3.9.5.tar.gz
+/zope.testing-3.10.0.tar.gz
diff --git a/python-zope-testing.spec b/python-zope-testing.spec
index 6e890bd..3a8ce83 100644
--- a/python-zope-testing.spec
+++ b/python-zope-testing.spec
@@ -3,8 +3,8 @@
 %endif
 
 Name:           python-zope-testing
-Version:        3.9.5
-Release:        5%{?dist}
+Version:        3.10.0
+Release:        1%{?dist}
 Summary:        Zope Testing Framework
 Group:          Development/Languages
 License:        ZPLv2.1
@@ -39,29 +39,22 @@ rm -rf $RPM_BUILD_ROOT
 # Use the __init__.py from python-zope-filesystem instead.
 rm -f $RPM_BUILD_ROOT%{python_sitelib}/zope/__init__.py*
 
-# Deal with documents
-rm -f $RPM_BUILD_ROOT%{python_sitelib}/zope/testing/*.txt
-rm -f $RPM_BUILD_ROOT%{python_sitearch}/zope/testing/testrunner/*.txt
-mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/testrunner/
-cp -p src/zope/testing/*.txt $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/
-cp -p src/zope/testing/testrunner/*.txt \
-   $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/testrunner/
-cp -p COPYRIGHT.txt LICENSE.txt CHANGES.txt README.txt \
-   $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/
- 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/zope-testrunner
-%{_docdir}/%{name}-%{version}/
+%doc COPYRIGHT.txt LICENSE.txt CHANGES.txt README.txt
 %{python_sitelib}/zope/testing/
 %{python_sitelib}/zope.testing*
 
 
 %changelog
+* Mon Aug 30 2010 Robin Lee <robinlee.sysu at gmail.com> - 3.10.0-1
+- Update to 3.10.0
+- Rearrange documents
+
 * Sat Jul 31 2010 David Malcolm <dmalcolm at redhat.com> - 3.9.5-5
 - actually remove the requirement on python-zope-exceptions this time
 
diff --git a/sources b/sources
index 80871d2..e3f3668 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-39092299d71c5dea5378c912df4cc84c  zope.testing-3.9.5.tar.gz
+ec822c281f62097b63f5d45e6e785412  zope.testing-3.10.0.tar.gz


More information about the scm-commits mailing list