From 174ee57f41cc133d8c10b61b03edee255ea4a120 Mon Sep 17 00:00:00 2001 From: Robin Lee Date: Mon, 3 Jan 2011 21:47:41 +0800 Subject: [PATCH] - Update to 3.10.2 - Move the documents to proper place - Run the tests --- .gitignore | 1 + python-zope-testing.spec | 14 +++++++++++--- sources | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0e49385..6127f20 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ zope.testing-3.9.5.tar.gz /zope.testing-3.10.0.tar.gz +/zope.testing-3.10.2.tar.gz diff --git a/python-zope-testing.spec b/python-zope-testing.spec index 1661184..b39280a 100644 --- a/python-zope-testing.spec +++ b/python-zope-testing.spec @@ -1,6 +1,6 @@ Name: python-zope-testing -Version: 3.10.0 -Release: 2%{?dist} +Version: 3.10.2 +Release: 1%{?dist} Summary: Zope Testing Framework Group: Development/Languages License: ZPLv2.1 @@ -33,16 +33,24 @@ flexible test runner, and supports both doctest and unittest. # __init__.py* are not needed since .pth file is used rm -f $RPM_BUILD_ROOT%{python_sitelib}/zope/__init__.py* +%check +%{__python} setup.py test %files %defattr(-,root,root,-) -%doc COPYRIGHT.txt LICENSE.txt CHANGES.txt README.txt +%doc COPYRIGHT.txt LICENSE.txt CHANGES.txt README.txt src/zope/testing/*.txt %{python_sitelib}/zope/testing/ +%exclude %{python_sitelib}/zope/testing/*.txt %{python_sitelib}/zope.testing-*.egg-info %{python_sitelib}/zope.testing-*-nspkg.pth %changelog +* Mon Jan 3 2011 Robin Lee - 3.10.2-1 +- Update to 3.10.2 +- Move the documents to proper place +- Run the tests + * Tue Aug 31 2010 Robin Lee - 3.10.0-2 - Requirement: python-zope-filesystem removed, python-zope-exceptions added - Spec cleaned up diff --git a/sources b/sources index e3f3668..b01ab79 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ec822c281f62097b63f5d45e6e785412 zope.testing-3.10.0.tar.gz +35fc3139992a92a4db13653167fc7be9 zope.testing-3.10.2.tar.gz