|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
Name: python-coverage
|
|
|
|
|
Summary: Code coverage testing module for Python
|
|
|
|
|
Version: 2.85
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
License: BSD
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: http://nedbatchelder.com/code/modules/coverage.html
|
|
|
|
@ -29,7 +29,7 @@ chmod -x coverage.egg-info/*.txt
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
%{__python} setup.py install --skip-build --root %{buildroot}
|
|
|
|
|
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
|
|
|
|
|
chmod +x %{buildroot}%{python_sitelib}/coverage.py
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
@ -43,5 +43,8 @@ rm -rf %{buildroot}
|
|
|
|
|
%{python_sitelib}/coverage*.egg-info/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri May 15 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.85-2
|
|
|
|
|
- fix install invocation
|
|
|
|
|
|
|
|
|
|
* Wed May 6 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.85-1
|
|
|
|
|
- Initial package for Fedora
|
|
|
|
|