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 - 3.10.0-1 +- Update to 3.10.0 +- Rearrange documents + * Sat Jul 31 2010 David Malcolm - 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