[Erp5-report] r19339 - in /spec/mandriva/2008.0/python2.4-ply: ./ python2.4-ply.spec
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Feb 15 18:46:51 CET 2008
Author: julieng
Date: Fri Feb 15 18:46:50 2008
New Revision: 19339
URL: http://svn.erp5.org?rev=19339&view=rev
Log:
First commit for ptyhon2.4-ply
Added:
spec/mandriva/2008.0/python2.4-ply/
spec/mandriva/2008.0/python2.4-ply/python2.4-ply.spec
Added: spec/mandriva/2008.0/python2.4-ply/python2.4-ply.spec
URL: http://svn.erp5.org/spec/mandriva/2008.0/python2.4-ply/python2.4-ply.spec?rev=19339&view=auto
==============================================================================
--- spec/mandriva/2008.0/python2.4-ply/python2.4-ply.spec (added)
+++ spec/mandriva/2008.0/python2.4-ply/python2.4-ply.spec Fri Feb 15 18:46:50 2008
@@ -1,0 +1,75 @@
+
+Summary: Python Lex-Yacc
+Name: python2.4-ply
+Version: 2.3
+Release: %mkrel 1
+License: LGPL
+Group: Development/Python
+Source0: http://www.dabeaz.com/ply/ply-%{version}.tar.bz2
+URL: http://www.dabeaz.com/ply/
+BuildRoot: %{_tmppath}/%{name}-buildroot
+Requires: python2.4
+BuildRequires: python2.4-devel
+BuildArch: noarch
+
+%description
+PLY is yet another implementation of lex and yacc for Python. Although
+several other parsing tools are available for Python, there are
+several reasons why you might want to take a look at PLY:
+- It uses LR-parsing which is reasonably efficient and well suited for
+ larger grammars.
+- PLY provides most of the standard lex/yacc features including
+ support for empty productions, precedence rules, error recovery, and
+ support for ambiguous grammars.
+- PLY is extremely easy to use and provides very extensive error
+ checking.
+
+%prep
+rm -rf $RPM_BUILD_ROOT
+
+%setup -n ply-%{version}
+
+%install
+python2.4 setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f INSTALLED_FILES
+%defattr(-,root,root,0755)
+%doc CHANGES COPYING README TODO doc example test
+
+
+%changelog
+* Wed Feb 12 2008 Julien Gormotte <julien at nexedi.com> 2.3-2mdv2008.0
+- rebuild for python 2.4
+
+* Fri Feb 23 2007 Gaëtan Lehmann <glehmann at mandriva.org> 2.3-1mdv2007.0
++ Revision: 124895
+- 2.3
+
+* Thu Nov 30 2006 Gaëtan Lehmann <glehmann at mandriva.org> 2.2-1mdv2007.1
++ Revision: 88998
+- sync sources
+- 2.2
+ drop patch 1
+- 1.8
+- Import python-ply
+
+
+
+
+* Thu May 25 2006 Gaetan Lehmann <gaetan.lehmann at jouy.inra.fr> 1.7-1mdv2007.0
+- New release 1.7
+- update url
+
+* Tue Apr 25 2006 Nicolas Lécureuil <neoclust at mandriva.org> 1.5-3mdk
+- Add BuildRequires
+- use mkrel
+
+* Sun Dec 05 2004 Michael Scherer <misc at mandrake.org> 1.5-2mdk
+- Rebuild for new python
+
+* Tue Aug 31 2004 Lenny Cartier <lenny at mandrakesoft.com> 1.5-1mdk
+- from Gaetan Lehmann <glehmann at netcourrier.com> :
+ - Create package from scratch for mandrake system
More information about the Erp5-report
mailing list