|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: python-zope-testing
|
|
|
|
Name: python-zope-testing
|
|
|
|
Version: 3.10.0
|
|
|
|
Version: 3.10.2
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Zope Testing Framework
|
|
|
|
Summary: Zope Testing Framework
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
License: ZPLv2.1
|
|
|
|
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
|
|
|
|
# __init__.py* are not needed since .pth file is used
|
|
|
|
rm -f $RPM_BUILD_ROOT%{python_sitelib}/zope/__init__.py*
|
|
|
|
rm -f $RPM_BUILD_ROOT%{python_sitelib}/zope/__init__.py*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
|
|
|
%{__python} setup.py test
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%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/
|
|
|
|
%{python_sitelib}/zope/testing/
|
|
|
|
|
|
|
|
%exclude %{python_sitelib}/zope/testing/*.txt
|
|
|
|
%{python_sitelib}/zope.testing-*.egg-info
|
|
|
|
%{python_sitelib}/zope.testing-*.egg-info
|
|
|
|
%{python_sitelib}/zope.testing-*-nspkg.pth
|
|
|
|
%{python_sitelib}/zope.testing-*-nspkg.pth
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Tue Aug 31 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.10.0-2
|
|
|
|
- Requirement: python-zope-filesystem removed, python-zope-exceptions added
|
|
|
|
- Requirement: python-zope-filesystem removed, python-zope-exceptions added
|
|
|
|
- Spec cleaned up
|
|
|
|
- Spec cleaned up
|
|
|
|