|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-nose
|
|
|
|
Name: python-nose
|
|
|
|
Version: 0.11.1
|
|
|
|
Version: 0.11.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: A discovery-based unittest extension for Python
|
|
|
|
Summary: A discovery-based unittest extension for Python
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
@ -42,11 +42,15 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc AUTHORS CHANGELOG lgpl.txt NEWS README.txt
|
|
|
|
%doc AUTHORS CHANGELOG lgpl.txt NEWS README.txt
|
|
|
|
%{_bindir}/nosetests
|
|
|
|
%{_bindir}/nosetests
|
|
|
|
|
|
|
|
%{_bindir}/nosetests-2.6
|
|
|
|
%{_mandir}/man1/nosetests.1.gz
|
|
|
|
%{_mandir}/man1/nosetests.1.gz
|
|
|
|
%{python_sitelib}/nose-%{version}-py%{pyver}.egg-info
|
|
|
|
%{python_sitelib}/nose-%{version}-py%{pyver}.egg-info
|
|
|
|
%{python_sitelib}/nose
|
|
|
|
%{python_sitelib}/nose
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Oct 05 2009 Luke Macken <lmacken@redhat.com> - 0.11.1-2
|
|
|
|
|
|
|
|
- Include the new nosetests-2.6 script as well
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 05 2009 Luke Macken <lmacken@redhat.com> - 0.11.1-1
|
|
|
|
* Mon Oct 05 2009 Luke Macken <lmacken@redhat.com> - 0.11.1-1
|
|
|
|
- Update to 0.11.1
|
|
|
|
- Update to 0.11.1
|
|
|
|
|
|
|
|
|
|
|
|