rpms/python-coverage/devel python-coverage.spec,1.1,1.2

Tom Callaway spot at fedoraproject.org
Fri May 15 17:44:53 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/python-coverage/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10250/devel

Modified Files:
	python-coverage.spec 
Log Message:
initial branching


Index: python-coverage.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-coverage/devel/python-coverage.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-coverage.spec	15 May 2009 17:38:16 -0000	1.1
+++ python-coverage.spec	15 May 2009 17:44:23 -0000	1.2
@@ -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 at redhat.com> - 2.85-2
+- fix install invocation
+
 * Wed May 6 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2.85-1
 - Initial package for Fedora




More information about the scm-commits mailing list