]> git.pld-linux.org Git - packages/bison.git/blob - bison.spec
- modified pl translation.
[packages/bison.git] / bison.spec
1 Summary:     GNU parser generator
2 Summary(de): GNU-Parser-Generator
3 Summary(fr): Générateur d'analyseur lexical de GNU
4 Summary(pl): GNU generator sk³adni 
5 Summary(tr): GNU ayrýþtýrýcý üreticisi
6 Name:        bison
7 Version:     1.25
8 Release:     6
9 Copyright:   GPL
10 Group:       Development/Tools
11 Source:      ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz
12 Prereq:      /sbin/install-info
13 Buildroot:   /tmp/%{name}-%{version}-root
14 Obsoletes:   yacc
15
16 %description
17 This is the GNU parser generator which is mostly compatible with yacc. Many
18 programs use this as part of their build process. Bison is only needed on
19 systems that are used for development.
20
21 %description -l de
22 Dies ist der GNU-Parser-Generator, der größtenteils mit yacc kompatibel ist. Viele
23 Programme benutzen ihn als Teil des Aufbauvorgangs. Bison wird nur auf
24 Systemen benötigt, die zur Entwicklung verwendet werden.
25
26 %description -l fr
27 Générateur d'analyseur lexical de GNU compatible avec yacc. De nombreux
28 programmes l'utilisent dans leur phase de construction. Bison ne sert que
29 sur les systèmes utilisés pour le développement.
30
31 %description -l pl
32 W pakiecie znajduje siê implementacja GNU generatora analizatora sk³adni,
33 który jest odpowiednikiem programu yacc. Wiele programów podczas kompilacji
34 potrzebuje tego programu aby proces budowy plików binarnych przebiega³
35 prawid³owo. Bison jest potrzebny tylko w systemach, w których prowadzone s±
36 ró¿nego rodzaju kompilacje.
37
38 %description -l tr
39 byacc bir yacc ayrýþtýrýcýsýdýr. Pek çok program tarafýndan, kurulum süreci
40 sýrasýnda kullanýlýr. Geliþtirme yapanlara gerekli olabilir.
41
42 %prep
43 %setup -q
44
45 %build
46 ./configure --prefix=/usr
47 make "CFLAGS=$RPM_OPT_FLAGS" LDFLAGS="-s"
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 make install prefix=$RPM_BUILD_ROOT/usr
53 gzip -n -9f $RPM_BUILD_ROOT/usr/info/bison.info*
54
55 %post
56 /sbin/install-info /usr/info/bison.info.gz /usr/info/dir --entry="* bison: (bison).                        The GNU parser generator."
57
58 %preun
59 if [ $1 = 0 ]; then
60   /sbin/install-info --delete /usr/info/bison.info.gz /usr/info/dir --entry="* bison: (bison).                        The GNU parser generator."
61 fi
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644, root, root, 755)
68 %attr(755, root, root) /usr/bin/*
69 %attr(644, root,  man) /usr/man/man1/*
70 /usr/share/*
71 /usr/info/*info*
72
73 %changelog
74 * Fri Nov  6 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
75   [1.25-6]
76 - fixed passing $RPM_OPT_FLAGS,
77 - modified pl translation,
78 - bisona.{simple,hairy} moved to /usr/share.
79
80 * Sun Jun 14 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
81   [1.25-5]
82 - added pl translation,
83 - macro %%{name}-%%{version} in Source,
84 - minor modifications of spec file.
85
86 * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
87 - translations modified for de, fr, tr
88
89 * Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
90 - built for Manhattan
91 - added build root
92
93 * Wed Oct 15 1997 Donnie Barnes <djb@redhat.com>
94 - various spec file cleanups
95
96 * Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
97 - built against glibc
This page took 0.086151 seconds and 3 git commands to generate.