rpms/python-coverage/F-10 python-coverage.spec, NONE, 1.1 sources, 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/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10250/F-10

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


--- NEW FILE python-coverage.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:			python-coverage
Summary:		Code coverage testing module for Python
Version:		2.85
Release:		2%{?dist}
License:		BSD
Group:			System Environment/Libraries
URL:			http://nedbatchelder.com/code/modules/coverage.html
Source0:		http://nedbatchelder.com/code/modules/coverage-%{version}.tar.gz
BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:		noarch
BuildRequires:		python-setuptools, python-devel

%description
Coverage.py is a Python module that measures code coverage during Python 
execution. It uses the code analysis tools and tracing hooks provided in the 
Python standard library to determine which lines are executable, and which 
have been executed.

%prep
%setup -q -n coverage-%{version}
chmod -x README.txt
sed -i 's/\r//g' README.txt
chmod -x coverage.egg-info/*.txt

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
chmod +x %{buildroot}%{python_sitelib}/coverage.py

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README.txt
%{_bindir}/coverage
%{python_sitelib}/coverage.py*
%{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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-coverage/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	15 May 2009 17:33:33 -0000	1.1
+++ sources	15 May 2009 17:44:23 -0000	1.2
@@ -0,0 +1 @@
+bb6f4ce9fbd0011dd8d93eaf58ee9d04  coverage-2.85.tar.gz




More information about the scm-commits mailing list