Update for python-setuptools changes in rawhide
This commit is contained in:
parent
820e03dbc3
commit
f4e14fbabb
@ -2,7 +2,7 @@
|
||||
|
||||
Name: python-configobj
|
||||
Version: 4.4.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Config file reading, writing, and validation
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -12,7 +12,12 @@ Source0: http://dl.sf.net/configobj/configobj-%{version}.zip
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python-setuptools python-devel
|
||||
BuildRequires: python-devel
|
||||
%if 0%{?fedora} >= 8
|
||||
BuildRequires: python-setuptools-devel
|
||||
%else
|
||||
BuildRequires: python-setuptools
|
||||
%endif
|
||||
|
||||
%description
|
||||
ConfigObj is a simple but powerful config file reader and writer: an ini file
|
||||
@ -61,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Sep 2 2007 Luke Macken <lmacken@redhat.com> - 4.4.0-2
|
||||
- Update for python-setuptools changes in rawhide
|
||||
|
||||
* Sat Mar 3 2007 Luke Macken <lmacken@redhat.com> - 4.4.0-1
|
||||
- 4.4.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user