- Only run the test suite on Fedora 11+, which has Py2.6 and the
multiprocessing module. We can disable this once the compat module is packaged for F10 and below.
This commit is contained in:
parent
5b1ba1dbaa
commit
db851a1b56
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-decorator
|
Name: python-decorator
|
||||||
Version: 3.0.1
|
Version: 3.0.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Module to simplify usage of decorators
|
Summary: Module to simplify usage of decorators
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -41,7 +41,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# Until we get the python-multiprocessing backport packaged
|
||||||
|
%if 0%{?fedora} >= 11
|
||||||
nosetests --with-doctest
|
nosetests --with-doctest
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -49,6 +52,11 @@ nosetests --with-doctest
|
|||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 31 2009 Luke Macken <lmacken@redhat.com> - 3.0.1-2
|
||||||
|
- Only run the test suite on Fedora 11, which has Py2.6 and the multiprocessing
|
||||||
|
module. We can disable this once the compat module is packaged for F10 and
|
||||||
|
below.
|
||||||
|
|
||||||
* Thu May 21 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 3.0.1-1
|
* Thu May 21 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 3.0.1-1
|
||||||
- Update to upstream release 3.0.1.
|
- Update to upstream release 3.0.1.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user