Changed BuildRequires: python-setuptools to BuildRequires:
python-setuptools-devel
This commit is contained in:
parent
8e3e66b381
commit
7decabdb03
@ -2,7 +2,7 @@
|
||||
|
||||
Name: python-iniparse
|
||||
Version: 0.2.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Python Module for Accessing and Modifying Configuration Data in INI files
|
||||
Group: Development/Libraries
|
||||
License: MIT
|
||||
@ -10,7 +10,7 @@ URL: http://code.google.com/p/iniparse/
|
||||
Source0: http://iniparse.googlecode.com/files/iniparse-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-setuptools-devel
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
|
||||
* Tue Aug 28 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.1-2
|
||||
- Changed BuildRequires python-setuptools to python-setuptools-devel
|
||||
* Tue Aug 7 2007 Paramjit Oberoi <param@cs.wisc.edu> - 0.2.1-1
|
||||
- Release 0.2.1
|
||||
* Fri Jul 27 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2-3
|
||||
|
Loading…
Reference in New Issue
Block a user