SPECS: byaccj.spec - pl

qboosh qboosh at pld-linux.org
Sat Dec 15 22:19:18 CET 2007


Author: qboosh                       Date: Sat Dec 15 21:19:18 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl

---- Files affected:
SPECS:
   byaccj.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/byaccj.spec
diff -u SPECS/byaccj.spec:1.2 SPECS/byaccj.spec:1.3
--- SPECS/byaccj.spec:1.2	Sun Dec  2 17:22:49 2007
+++ SPECS/byaccj.spec	Sat Dec 15 22:19:13 2007
@@ -3,14 +3,15 @@
 # - main.o(.text+0x976): In function `create_file_names':
 #   main.c: warning: the use of `mktemp' is dangerous, better use `mkstemp'
 Summary:	Parser Generator with Java Extension
+Summary(pl.UTF-8):	Generator analizatorów rozszerzony o Javę
 Name:		byaccj
 Version:	1.14
 Release:	0.1
 License:	GPL
 Group:		Development/Languages/Java
-URL:		http://byaccj.sourceforge.net/
 Source0:	http://dl.sourceforge.net/byaccj/%{name}%{version}_src.tar.gz
 # Source0-md5:	23c7d0526a3794f06635f3ef3845a045
+URL:		http://byaccj.sourceforge.net/
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -20,9 +21,21 @@
 LALR-grammar parser. This is useful for expression parsing,
 interactive command parsing, and file reading. Many megabytes of YACC
 code have been written over the years. This is the standard YACC tool
-that is in use every day to produce C/C++ parsers. I have added a "-J"
-flag which will cause BYACC to generate Java source code, instead. So
-there finally is a YACC for Java now!
+that is in use every day to produce C/C++ parsers, but it has added a
+"-J" flag which will cause BYACC to generate Java source code,
+instead. So there finally is a YACC for Java now!
+
+%description -l pl.UTF-8
+BYACC/J to rozszerzenie generatora analizatorów kompatybilnego z
+Berkeley YACC 1.8. Standardowy YACC pobiera plik źródłowy YAC i tworzy
+z niego jeden lub więcej plików C, które po skompilowaniu tworzą
+analizator gramatyki LALR. Jest on przydatny do analizy wyrażeń,
+analizy interaktywnych poleceń oraz czytania plików. Na przestrzeni
+lat powstało wiele megabajtów kodu YACC. Ten pakiet zawiera
+standardowe narzędzie YACC używane na co dzień do tworzenia
+analizatorów C/C++, ale ma dodaną flagę "-J", która powoduje
+generowanie kodu źródłowego w Javie zamiast C/C++. W ten sposób
+powstał YACC dla Javy.
 
 %prep
 %setup -q -n %{name}%{version}_src
@@ -44,7 +57,7 @@
 %files
 %defattr(644,root,root,755)
 %doc docs/*
-%attr(755, root, root) %{_bindir}/%{name}
+%attr(755,root,root) %{_bindir}/%{name}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -52,6 +65,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007-12-15 21:19:13  qboosh
+- pl
+
 Revision 1.2  2007-12-02 16:22:49  glen
 - update to 1.14, BA removed
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/byaccj.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list