updated to release 0.2.2
This commit is contained in:
parent
1a8b9eaed0
commit
8553569253
@ -1,2 +1 @@
|
||||
iniparse-0.2.1.tar.gz
|
||||
iniparse-comment.patch
|
||||
iniparse-0.2.2.tar.gz
|
||||
|
@ -1,14 +1,13 @@
|
||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: python-iniparse
|
||||
Version: 0.2.1
|
||||
Release: 4%{?dist}
|
||||
Version: 0.2.2
|
||||
Release: 1%{?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)
|
||||
|
||||
%if 0%{?fedora} >= 8
|
||||
@ -28,7 +27,6 @@ use.
|
||||
|
||||
%prep
|
||||
%setup -q -n iniparse-%{version}
|
||||
%patch0 -p0
|
||||
|
||||
%build
|
||||
%{__python} setup.py build
|
||||
@ -53,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
|
||||
* Tue Sep 25 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.2-1
|
||||
- Updated to release 0.2.2
|
||||
- removed patch to to fix problems with out commented lines, included in upstream source
|
||||
* Wed Sep 12 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.1-4
|
||||
- Added some logic to get the right python-setuptools buildrequeres
|
||||
- based on the fedora version, to make the same spec file useful in
|
||||
|
Loading…
Reference in New Issue
Block a user