SPECS: BNFC.spec - pl - no subshell hiding pdflatex errors
qboosh
qboosh at pld-linux.org
Sat Jul 14 18:51:15 CEST 2007
Author: qboosh Date: Sat Jul 14 16:51:15 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl
- no subshell hiding pdflatex errors
---- Files affected:
SPECS:
BNFC.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/BNFC.spec
diff -u SPECS/BNFC.spec:1.1 SPECS/BNFC.spec:1.2
--- SPECS/BNFC.spec:1.1 Tue Jul 10 19:10:14 2007
+++ SPECS/BNFC.spec Sat Jul 14 18:51:10 2007
@@ -1,5 +1,6 @@
# $Revision$, $Date$
Summary: BNF Converter
+Summary(pl.UTF-8): Konwerter BNF
Name: BNFC
Version: 2.3
Release: 0.b.1
@@ -16,16 +17,23 @@
%description
The BNF Converter is a compiler construction tool generating
a compiler front-end from a Labelled BNF grammar. It was originally
-written to generate Haskell, but starting from Version 2.0,
+written to generate Haskell, but starting from version 2.0,
it can also be used for generating Java, C++, and C.
+%description -l pl.UTF-8
+BNF Converter to narzędzie do tworzenia kompilatorów generujące
+frontend kompilatora z gramatyki w postaci Labelled BNF. Pierwotnie
+zostało napisane do generowania Haskella, ale począwszy of wersji 2.0
+potrafi także generować kod w Javie, C++ i C.
+
%prep
%setup -q -n %{name}_%{version}b
%build
%{__make}
-(cd doc; pdflatex LBNF-report.tex)
+cd doc
+pdflatex LBNF-report.tex
%install
rm -rf $RPM_BUILD_ROOT
@@ -49,6 +57,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2007/07/14 16:51:10 qboosh
+- pl
+- no subshell hiding pdflatex errors
+
Revision 1.1 2007/07/10 17:10:14 baggins
- initial revision
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/BNFC.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list