]> git.pld-linux.org Git - packages/bison++.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 8 Jul 2004 18:41:01 +0000 (18:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bison++.spec -> 1.2

bison++.spec

index cef4a729ef1e126eefc2c7bcd00bb25acb1e9aa3..8c04311639b1a6b5fe790c9f9f004c853baa76f8 100644 (file)
@@ -1,4 +1,5 @@
-Summary:       Generate a parser in c or c++ from BNF notation
+Summary:       Generate a parser in C or C++ from BNF notation
+Summary(pl):   Generowanie parserów w C lub C++ z notacji BNF
 Name:          bison++
 Version:       1.21.5
 Release:       1
@@ -9,12 +10,21 @@ Source0:     ftp://ftp.iecc.com/pub/file/bison++flex++/b++5.tar.z
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Based on bison version 1.19. Compatible with bison but with C++ support.
-Bison is a general-purpose parser generator that converts a grammar
-description for an LALR (BNF-like) context free grammar into a C/C++ program
-to parse that grammar. Once you are proficient with bison++ you can generate
-a wide range of language parsers, from those used in simple desk calculators
-to complex programming languages.
+Based on bison version 1.19, compatible with bison but with C++
+support. Bison is a general-purpose parser generator that converts a
+grammar description for an LALR (BNF-like) context free grammar into a
+C/C++ program to parse that grammar. Once you are proficient with
+bison++ you can generate a wide range of language parsers, from those
+used in simple desk calculators to complex programming languages.
+
+%description -l pl
+bison++ jest oparty na bisonie w wersji 1.19, kompatybilny z bisonem,
+ale z obs³ug± C++. Bison to generator parserów ogólnego przeznaczenia,
+konwertuj±cy opis gramatyki dla gramatyk bezkontekstowych LALR (w
+stylu BNF) na program C/C++ analizuj±cy tê gramatykê. Po nabraniu
+bieg³o¶ci w obs³udze bisona++ mo¿na generowaæ szeroki zakres parserów
+jêzyków, od tych u¿ywanych w prostych kalkulatorach biurowych, do
+z³o¿onych jêzyków programowania.
 
 %prep
 %setup -q -c
@@ -27,7 +37,6 @@ to complex programming languages.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_mandir}/pl/man1
 
 %{makeinstall} \
        mandir=$RPM_BUILD_ROOT%{_mandir}/man1 \
This page took 0.083718 seconds and 4 git commands to generate.