From 28c1de1fd6ed38f41031bb710982a365db6f4ff2 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Sun, 17 Jan 2010 22:13:55 +0000 Subject: [PATCH] Require python-setuptools (#556290) --- python-coverage.spec | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/python-coverage.spec b/python-coverage.spec index 0dc6e0b..add32e0 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -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 - 3.2-22 +- Require python-setuptools (#556290) + * Wed Dec 9 2009 Tom "spot" Callaway - 3.2-1 - update to 3.2