SPECS: python-PyYAML.spec - up to 3.08 - use python macro
lisu
lisu at pld-linux.org
Tue Jan 6 11:54:11 CET 2009
Author: lisu Date: Tue Jan 6 10:54:11 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 3.08
- use python macro
---- Files affected:
SPECS:
python-PyYAML.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/python-PyYAML.spec
diff -u SPECS/python-PyYAML.spec:1.4 SPECS/python-PyYAML.spec:1.5
--- SPECS/python-PyYAML.spec:1.4 Fri Dec 19 15:22:40 2008
+++ SPECS/python-PyYAML.spec Tue Jan 6 11:54:05 2009
@@ -6,12 +6,12 @@
Summary: YAML parser and emitter module for Python
Summary(pl.UTF8): Analizator i generator formatu YAML dla języka Python
Name: python-%{module}
-Version: 3.06
+Version: 3.08
Release: 1
License: MIT
Group: Libraries/Python
Source0: http://pyyaml.org/download/pyyaml/%{module}-%{version}.tar.gz
-# Source0-md5: 3d3c92528f1547756c9e1d80d7d905c7
+# Source0-md5: a4163a2017fa57f448c66815511fa555
URL: http://pyyaml.org/
BuildRequires: python-devel >= 1:2.5
BuildRequires: rpmbuild(macros) >= 1.219
@@ -49,14 +49,14 @@
%setup -q -n %{module}-%{version}
%build
-python setup.py build
+%{__python} setup.py build
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-python setup.py install \
+%{__python} setup.py install \
--optimize=2 \
--root=$RPM_BUILD_ROOT
@@ -80,6 +80,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2009/01/06 10:54:05 lisu
+- up to 3.08
+- use python macro
+
Revision 1.4 2008/12/19 14:22:40 lisu
- up to 3.06
- add .egg-info
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-PyYAML.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list