SPECS: python-pyparsing.spec - updated to 1.4.5 - added .egg-info ...
qboosh
qboosh at pld-linux.org
Sun Dec 24 13:53:38 CET 2006
Author: qboosh Date: Sun Dec 24 12:53:38 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.4.5
- added .egg-info for python 2.5
---- Files affected:
SPECS:
python-pyparsing.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/python-pyparsing.spec
diff -u SPECS/python-pyparsing.spec:1.8 SPECS/python-pyparsing.spec:1.9
--- SPECS/python-pyparsing.spec:1.8 Sun Nov 27 12:39:04 2005
+++ SPECS/python-pyparsing.spec Sun Dec 24 13:53:32 2006
@@ -5,16 +5,16 @@
Summary: pyparsing - a Python module for creating executing simple grammars
Summary(pl): pyparsing - moduł Pythona umożliwiający tworzenie i parsowanie prostych gramatyk
Name: python-%{module}
-Version: 1.3.3
+Version: 1.4.5
Release: 1
License: MIT
Group: Libraries/Python
Source0: http://dl.sourceforge.net/pyparsing/%{module}-%{version}.tar.gz
-# Source0-md5: 358a0210356806b39e5f7084f39f36af
+# Source0-md5: d4a9108e7a4e4aacda28f055d8cb4f89
URL: http://pyparsing.sourceforge.net/
-BuildRequires: python-devel >= 1:2.3.2
+BuildRequires: python-devel >= 1:2.5
BuildRequires: python-modules
-Requires: python >= 2.3.2
+BuildRequires: rpm-pythonprov
%pyrequires_eq python-libs
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -69,10 +69,9 @@
python setup.py install \
--root=$RPM_BUILD_ROOT \
- --install-lib=%{py_sitescriptdir} \
--optimize=2
-find $RPM_BUILD_ROOT%{py_sitescriptdir} -name \*.py -exec rm {} \;
+%py_postclean
cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
@@ -82,7 +81,8 @@
%files
%defattr(644,root,root,755)
%doc CHANGES README
-%{py_sitescriptdir}/pyparsing.py[oc]
+%{py_sitescriptdir}/pyparsing.py[co]
+%{py_sitescriptdir}/pyparsing-*.egg-info
%files doc
%defattr(644,root,root,755)
@@ -98,6 +98,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2006/12/24 12:53:32 qboosh
+- updated to 1.4.5
+- added .egg-info for python 2.5
+
Revision 1.8 2005/11/27 11:39:04 qboosh
- updated to 1.3.3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-pyparsing.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list