Release 0.2.1-3
This commit is contained in:
parent
7decabdb03
commit
ddc9e82b1b
@ -1 +1,2 @@
|
||||
iniparse-0.2.1.tar.gz
|
||||
iniparse-comment.patch
|
||||
|
@ -2,12 +2,13 @@
|
||||
|
||||
Name: python-iniparse
|
||||
Version: 0.2.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Python Module for Accessing and Modifying Configuration Data in INI files
|
||||
Group: Development/Libraries
|
||||
License: MIT
|
||||
URL: http://code.google.com/p/iniparse/
|
||||
Source0: http://iniparse.googlecode.com/files/iniparse-%{version}.tar.gz
|
||||
Patch0: iniparse-comment.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: python-setuptools-devel
|
||||
@ -23,7 +24,7 @@ use.
|
||||
|
||||
%prep
|
||||
%setup -q -n iniparse-%{version}
|
||||
|
||||
%patch0 -p0
|
||||
|
||||
%build
|
||||
%{__python} setup.py build
|
||||
@ -48,6 +49,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
|
||||
* Mon Sep 10 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.1-3
|
||||
- Added patch from upstream svn to fix problems with out commented lines.
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user