SPECS (AC-branch): antlr.spec - formatting, pl for python- from HE...

qboosh qboosh at pld-linux.org
Mon May 22 22:45:28 CEST 2006


Author: qboosh                       Date: Mon May 22 20:45:28 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- formatting, pl for python- from HEAD; added missing defattr

---- Files affected:
SPECS:
   antlr.spec (1.23.2.5 -> 1.23.2.6) 

---- Diffs:

================================================================
Index: SPECS/antlr.spec
diff -u SPECS/antlr.spec:1.23.2.5 SPECS/antlr.spec:1.23.2.6
--- SPECS/antlr.spec:1.23.2.5	Sun May 21 19:17:39 2006
+++ SPECS/antlr.spec	Mon May 22 22:45:22 2006
@@ -37,12 +37,13 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language
-tool that provides a framework for constructing recognizers, compilers, and
-translators from grammatical descriptions containing Java, C#, or C++ actions.
-ANTLR is popular because it is easy to understand, powerful, flexible,
-generates human-readable output, and comes with complete source. ANTLR provides
-excellent support for tree construction, tree walking, and translation. 
+ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a
+language tool that provides a framework for constructing recognizers,
+compilers, and translators from grammatical descriptions containing
+Java, C#, or C++ actions. ANTLR is popular because it is easy to
+understand, powerful, flexible, generates human-readable output, and
+comes with complete source. ANTLR provides excellent support for tree
+construction, tree walking, and translation.
 
 %description -l pl
 ANTLR (ANother Tool for Language Recognition; poprzednio znane jako
@@ -55,16 +56,21 @@
 drzewach oraz translacji.
 
 %package -n python-%{name}
-Summary:	ANTLR runtime library for Python
+Summary:	Python runtime support for ANTLR-generated parsers
+Summary(pl):	Moduł uruchomieniowy języka Python dla analizatorów ANTLR
 Group:		Libraries/Python
 %pyrequires_eq	python-modules
 
 %description -n python-%{name}
-ANTLR (ANother Tool for Language Recognition) runtime library for Python.
+Python runtime support for ANTLR-generated parsers.
+
+%description -n python-%{name} -l pl
+Moduł uruchomieniowy języka Python dla analizatorów wygenerowanych
+przez ANTLR.
 
 %prep
 %setup -q
-%patch0 -p1 
+%patch0 -p1
 
 %build
 unset CLASSPATH || :
@@ -119,6 +125,7 @@
 %{_javadir}/*.jar
 
 %files -n python-%{name}
+%defattr(644,root,root,755)
 %{py_sitescriptdir}/%{name}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -127,6 +134,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23.2.6  2006/05/22 20:45:22  qboosh
+- formatting, pl for python- from HEAD; added missing defattr
+
 Revision 1.23.2.5  2006/05/21 17:17:39  jajcus
 - Release: 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/antlr.spec?r1=1.23.2.5&r2=1.23.2.6&f=u



More information about the pld-cvs-commit mailing list