|
|
@ -82,11 +82,13 @@ rm -f %{buildroot}%{python_sitelib}/zope/__init__.py*
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
%{__python} setup.py test
|
|
|
|
%{__python} setup.py test
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
|
|
|
pushd %{py3dir}
|
|
|
|
# The python3.3 tests don't completely pass yet.
|
|
|
|
%{__python3} setup.py test
|
|
|
|
#%if 0%{?with_python3}
|
|
|
|
popd
|
|
|
|
#pushd %{py3dir}
|
|
|
|
%endif
|
|
|
|
#%{__python3} setup.py test
|
|
|
|
|
|
|
|
#popd
|
|
|
|
|
|
|
|
#%endif
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|