From fd3f9be7291d22d9f313625bcb6afacfb57f4947 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Sun, 2 Sep 2007 04:49:32 +0000 Subject: [PATCH] Update for python-setuptools changes in rawhide --- python-simplejson.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/python-simplejson.spec b/python-simplejson.spec index d17bba4..02c55b2 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -3,7 +3,7 @@ Name: python-simplejson Version: 1.7.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple, fast, extensible JSON encoder/decoder for Python Group: System Environment/Libraries @@ -12,7 +12,13 @@ URL: http://undefined.org/python/#simplejson Source0: http://cheeseshop.python.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-setuptools python-devel +BuildRequires: python-devel +%if 0%{?fedora} >= 8 +BuildRequires: python-setuptools-devel +%else +BuildRequires: python-setuptools +%endif + %description simplejson is a simple, fast, complete, correct and extensible @@ -60,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Sep 2 2007 Luke Macken - 1.7.1-3 +- Update for python-setuptools changes in rawhide + * Tue Aug 21 2007 Luke Macken - 1.7.1-2 - Rebuild