Release 0.2.2-2
This commit is contained in:
parent
8553569253
commit
048ab3135c
@ -2,12 +2,13 @@
|
|||||||
|
|
||||||
Name: python-iniparse
|
Name: python-iniparse
|
||||||
Version: 0.2.2
|
Version: 0.2.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Python Module for Accessing and Modifying Configuration Data in INI files
|
Summary: Python Module for Accessing and Modifying Configuration Data in INI files
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://code.google.com/p/iniparse/
|
URL: http://code.google.com/p/iniparse/
|
||||||
Source0: http://iniparse.googlecode.com/files/iniparse-%{version}.tar.gz
|
Source0: http://iniparse.googlecode.com/files/iniparse-%{version}.tar.gz
|
||||||
|
Patch0: ip-empty-file.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%if 0%{?fedora} >= 8
|
%if 0%{?fedora} >= 8
|
||||||
@ -27,6 +28,7 @@ use.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n iniparse-%{version}
|
%setup -q -n iniparse-%{version}
|
||||||
|
%patch0 -p0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} setup.py build
|
%{__python} setup.py build
|
||||||
@ -51,6 +53,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Mon Nov 19 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.2-2
|
||||||
|
- Added upstream patch to fix problems with empty ini files.
|
||||||
* Tue Sep 25 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.2-1
|
* Tue Sep 25 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.2-1
|
||||||
- Updated to release 0.2.2
|
- Updated to release 0.2.2
|
||||||
- removed patch to to fix problems with out commented lines, included in upstream source
|
- removed patch to to fix problems with out commented lines, included in upstream source
|
||||||
|
Loading…
Reference in New Issue
Block a user