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-0.2.2.tar.gz
|
||||||
iniparse-comment.patch
|
|
||||||
|
@ -1,14 +1,13 @@
|
|||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: python-iniparse
|
Name: python-iniparse
|
||||||
Version: 0.2.1
|
Version: 0.2.2
|
||||||
Release: 4%{?dist}
|
Release: 1%{?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: iniparse-comment.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
|
||||||
@ -28,7 +27,6 @@ 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
|
||||||
@ -53,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%changelog
|
%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
|
* Wed Sep 12 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.1-4
|
||||||
- Added some logic to get the right python-setuptools buildrequeres
|
- Added some logic to get the right python-setuptools buildrequeres
|
||||||
- based on the fedora version, to make the same spec file useful in
|
- based on the fedora version, to make the same spec file useful in
|
||||||
|
Loading…
Reference in New Issue
Block a user