Don't hardcode the python version

f38
Luke Macken 15 years ago
parent 89c913d039
commit a6c2387c5c

@ -3,7 +3,7 @@
Name: python-nose
Version: 0.11.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A discovery-based unittest extension for Python
Group: Development/Languages
@ -45,13 +45,16 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc AUTHORS CHANGELOG lgpl.txt NEWS README.txt
%{_bindir}/nosetests
%{_bindir}/nosetests-2.6
%{_bindir}/nosetests-%{pyver}
%{_mandir}/man1/nosetests.1.gz
%{python_sitelib}/nose-%{version}-py%{pyver}.egg-info
%{python_sitelib}/nose
%changelog
* Thu May 06 2010 Luke Macken <lmacken@redhat.com> - 0.11-3-1
* Thu May 06 2010 Luke Macken <lmacken@redhat.com> - 0.11.3-2
- Don't hardcode the python version
* Thu May 06 2010 Luke Macken <lmacken@redhat.com> - 0.11.3-1
- Update to 0.11.3
- Enable the self tests

Loading…
Cancel
Save