|
|
|
@ -1,15 +1,16 @@
|
|
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
|
|
|
|
|
Name: python-coverage
|
|
|
|
|
Summary: Code coverage testing module for Python
|
|
|
|
|
Version: 3.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: BSD
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: http://nedbatchelder.com/code/modules/coverage.html
|
|
|
|
|
Source0: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
BuildRequires: python-setuptools, python-devel
|
|
|
|
|
Name: python-coverage
|
|
|
|
|
Summary: Code coverage testing module for Python
|
|
|
|
|
Version: 3.2
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
License: BSD
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: http://nedbatchelder.com/code/modules/coverage.html
|
|
|
|
|
Source0: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
BuildRequires: python-setuptools, python-devel
|
|
|
|
|
Requires: python-setuptools
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Coverage.py is a Python module that measures code coverage during Python
|
|
|
|
@ -41,6 +42,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{python_sitearch}/coverage*.egg-info/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Jan 17 2010 Luke Macken <lmacken@redhat.com> - 3.2-22
|
|
|
|
|
- Require python-setuptools (#556290)
|
|
|
|
|
|
|
|
|
|
* Wed Dec 9 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 3.2-1
|
|
|
|
|
- update to 3.2
|
|
|
|
|
|
|
|
|
|