]> git.pld-linux.org Git - packages/bison.git/commitdiff
By Wojtek Ślusarczyk <wojtek@shadow.eu.org>:
authorkloczek <kloczek@pld-linux.org>
Fri, 6 Nov 1998 21:13:46 +0000 (21:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added pl translation,
- macro %%{name}-%%{version} in Source,
- minor modifications of spec file.

Changed files:
    bison.spec -> 1.1

bison.spec [new file with mode: 0644]

diff --git a/bison.spec b/bison.spec
new file mode 100644 (file)
index 0000000..27297a2
--- /dev/null
@@ -0,0 +1,93 @@
+Summary:     GNU parser generator
+Summary(de): GNU-Parser-Generator
+Summary(fr): Générateur d'analyseur lexical de GNU
+Summary(pl): GNU generator sk³adni 
+Summary(tr): GNU ayrýþtýrýcý üreticisi
+Name:        bison
+Version:     1.25
+Release:     6
+Copyright:   GPL
+Group:       Development/Tools
+Source:      ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz
+Prereq:      /sbin/install-info
+Buildroot:   /tmp/%{name}-%{version}-root
+Obsoletes:   yacc
+
+%description
+This is the GNU parser generator which is mostly compatible with yacc. Many
+programs use this as part of their build process. Bison is only needed on
+systems that are used for development.
+
+%description -l de
+Dies ist der GNU-Parser-Generator, der größtenteils mit yacc kompatibel ist. Viele
+Programme benutzen ihn als Teil des Aufbauvorgangs. Bison wird nur auf
+Systemen benötigt, die zur Entwicklung verwendet werden.
+
+%description -l fr
+Générateur d'analyseur lexical de GNU compatible avec yacc. De nombreux
+programmes l'utilisent dans leur phase de construction. Bison ne sert que
+sur les systèmes utilisés pour le développement.
+
+%description -l pl
+W pakiecie znajduje siê implementacja GNU generatora analizatora sk³adni,
+który jest odpowiednikiem programu yacc. Wiele programów podczas kompilacji
+potrzebuje tego programu aby proces budowy plików binarnych przebiega³
+prawid³owo. Bison jest potrzebny tylko w systemach, w których prowadzone s±
+ró¿nego rodzaju kompilacje.
+
+%description -l tr
+byacc bir yacc ayrýþtýrýcýsýdýr. Pek çok program tarafýndan, kurulum süreci
+sýrasýnda kullanýlýr. Geliþtirme yapanlara gerekli olabilir.
+
+%prep
+%setup -q
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" ./configure \
+       --prefix=/usr \
+       --datadir=/usr/lib
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make install prefix=$RPM_BUILD_ROOT/usr datadir=$RPM_BUILD_ROOT/usr/lib
+gzip -n -9f $RPM_BUILD_ROOT/usr/info/bison.info*
+
+%post
+/sbin/install-info /usr/info/bison.info.gz /usr/info/dir --entry="* bison: (bison).                        The GNU parser generator."
+
+%preun
+if [ $1 = 0 ]; then
+  /sbin/install-info --delete /usr/info/bison.info.gz /usr/info/dir --entry="* bison: (bison).                        The GNU parser generator."
+fi
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644, root, root, 755)
+%attr(755, root, root) /usr/bin/*
+%attr(644, root,  man) /usr/man/man1/*
+/usr/lib/*
+/usr/info/*info*
+
+%changelog
+* Sun Jun 14 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
+  [1.25-5]
+- added pl translation,
+- macro %%{name}-%%{version} in Source,
+- minor modifications of spec file.
+
+* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
+- translations modified for de, fr, tr
+
+* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
+- built for Manhattan
+- added build root
+
+* Wed Oct 15 1997 Donnie Barnes <djb@redhat.com>
+- various spec file cleanups
+
+* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
+- built against glibc
This page took 0.035321 seconds and 4 git commands to generate.