|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-zope-testing
|
|
|
|
Name: python-zope-testing
|
|
|
|
Version: 3.7.3
|
|
|
|
Version: 3.7.3
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Zope Testing Framework
|
|
|
|
Summary: Zope Testing Framework
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
License: ZPLv2.1
|
|
|
|
License: ZPLv2.1
|
|
|
@ -32,6 +32,9 @@ flexible test runner, and supports both doctest and unittest.
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
|
|
|
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Use the __init__.py from python-zope-filesystem instead.
|
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{python_sitelib}/zope/__init__.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
@ -45,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Jun 13 2009 Conrad Meyer <konrad@tylerc.org> - 3.7.3-2
|
|
|
|
|
|
|
|
- Fix file conflict with python-zope-filesystem.
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 22 2009 Conrad Meyer <konrad@tylerc.org> - 3.7.3-1
|
|
|
|
* Wed Apr 22 2009 Conrad Meyer <konrad@tylerc.org> - 3.7.3-1
|
|
|
|
- Bump to 3.7.3.
|
|
|
|
- Bump to 3.7.3.
|
|
|
|
|
|
|
|
|
|
|
|