- 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
|
||||
Version: 3.0.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Module to simplify usage of decorators
|
||||
|
||||
Group: Development/Languages
|
||||
@ -41,7 +41,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%check
|
||||
# Until we get the python-multiprocessing backport packaged
|
||||
%if 0%{?fedora} >= 11
|
||||
nosetests --with-doctest
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
@ -49,6 +52,11 @@ nosetests --with-doctest
|
||||
%{python_sitelib}/*
|
||||
|
||||
%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
|
||||
- Update to upstream release 3.0.1.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user