]> git.pld-linux.org Git - packages/antlr.git/commitdiff
- formatting, pl for python- from HEAD; added missing defattr
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 22 May 2006 20:45:22 +0000 (20:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    antlr.spec -> 1.23.2.6

antlr.spec

index 7b23212dfc1e68d08c4ce1b670de240cf2c8fd37..4c409321320c83fa5109715bda4e3af896227c0a 100644 (file)
@@ -36,12 +36,13 @@ BuildRequires:      sed >= 4.0
 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
@@ -54,16 +55,21 @@ ANTLR ma 
 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 || :
@@ -118,4 +124,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_javadir}/*.jar
 
 %files -n python-%{name}
+%defattr(644,root,root,755)
 %{py_sitescriptdir}/%{name}
This page took 0.072568 seconds and 4 git commands to generate.