initial branching

This commit is contained in:
Tom Callaway 2009-05-15 17:44:23 +00:00
parent e4112999ba
commit 554f0054dd

View File

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