- Update to 3.10.2

- Move the documents to proper place
- Run the tests
epel8
Robin Lee 14 years ago
parent e1e5386c39
commit 174ee57f41

1
.gitignore vendored

@ -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

@ -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 <cheeselee@fedoraproject.org> - 3.10.2-1
- Update to 3.10.2
- Move the documents to proper place
- Run the tests
* Tue Aug 31 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.10.0-2
- Requirement: python-zope-filesystem removed, python-zope-exceptions added
- Spec cleaned up

@ -1 +1 @@
ec822c281f62097b63f5d45e6e785412 zope.testing-3.10.0.tar.gz
35fc3139992a92a4db13653167fc7be9 zope.testing-3.10.2.tar.gz

Loading…
Cancel
Save