diff --git a/.cvsignore b/.cvsignore index 85d452b..fbff9b0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -coverage-2.85.tar.gz +coverage-3.0.1.tar.gz diff --git a/python-coverage.spec b/python-coverage.spec index 4f59f0e..b0b269e 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -1,15 +1,14 @@ -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?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: 2.85 -Release: 3%{?dist} +Version: 3.0.1 +Release: 1%{?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 +Source0: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch BuildRequires: python-setuptools, python-devel %description @@ -30,7 +29,6 @@ chmod -x coverage.egg-info/*.txt %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} -chmod +x %{buildroot}%{python_sitelib}/coverage.py %clean rm -rf %{buildroot} @@ -39,10 +37,13 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %doc README.txt %{_bindir}/coverage -%{python_sitelib}/coverage.py* -%{python_sitelib}/coverage*.egg-info/ +%{python_sitearch}/coverage/ +%{python_sitearch}/coverage*.egg-info/ %changelog +* Wed Aug 10 2009 Tom "spot" Callaway - 3.0.1-1 +- update to 3.0.1 + * Sun Jul 26 2009 Fedora Release Engineering - 2.85-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 42eaa04..2bcbe7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bb6f4ce9fbd0011dd8d93eaf58ee9d04 coverage-2.85.tar.gz +b299c33b169bd796a6186a1f0f42a7da coverage-3.0.1.tar.gz