|
|
@ -3,8 +3,8 @@
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-zope-testing
|
|
|
|
Name: python-zope-testing
|
|
|
|
Version: 3.9.5
|
|
|
|
Version: 3.10.0
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Zope Testing Framework
|
|
|
|
Summary: Zope Testing Framework
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
License: ZPLv2.1
|
|
|
|
License: ZPLv2.1
|
|
|
@ -39,29 +39,22 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
# Use the __init__.py from python-zope-filesystem instead.
|
|
|
|
# Use the __init__.py from python-zope-filesystem instead.
|
|
|
|
rm -f $RPM_BUILD_ROOT%{python_sitelib}/zope/__init__.py*
|
|
|
|
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
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/zope-testrunner
|
|
|
|
%doc COPYRIGHT.txt LICENSE.txt CHANGES.txt README.txt
|
|
|
|
%{_docdir}/%{name}-%{version}/
|
|
|
|
|
|
|
|
%{python_sitelib}/zope/testing/
|
|
|
|
%{python_sitelib}/zope/testing/
|
|
|
|
%{python_sitelib}/zope.testing*
|
|
|
|
%{python_sitelib}/zope.testing*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Aug 30 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.10.0-1
|
|
|
|
|
|
|
|
- Update to 3.10.0
|
|
|
|
|
|
|
|
- Rearrange documents
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 31 2010 David Malcolm <dmalcolm@redhat.com> - 3.9.5-5
|
|
|
|
* Sat Jul 31 2010 David Malcolm <dmalcolm@redhat.com> - 3.9.5-5
|
|
|
|
- actually remove the requirement on python-zope-exceptions this time
|
|
|
|
- actually remove the requirement on python-zope-exceptions this time
|
|
|
|
|
|
|
|
|
|
|
|