Don't hardcode the python version
This commit is contained in:
parent
89c913d039
commit
a6c2387c5c
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-nose
|
Name: python-nose
|
||||||
Version: 0.11.3
|
Version: 0.11.3
|
||||||
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
|
||||||
@ -45,13 +45,16 @@ 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
|
%{_bindir}/nosetests-%{pyver}
|
||||||
%{_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
|
||||||
* 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
|
- Update to 0.11.3
|
||||||
- Enable the self tests
|
- Enable the self tests
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user