]> git.pld-linux.org Git - packages/byacc.git/blob - byacc.spec
- added patch from RH 6.0
[packages/byacc.git] / byacc.spec
1 Summary:        public domain yacc parser generator
2 Summary(de):    Public Domain yacc-Parser-Generator
3 Summary(fr):    Générateur d'analyseur lexical yacc du domaine public
4 Summary(pl):    Generator analizatora sk³adni 
5 Summary(tr):    Ayrýþtýrýcý üreteci
6 Name:           byacc
7 Version:        1.9
8 Release:        12
9 Copyright:      public domain
10 Group:          Development/Tools
11 Group(pl):      Programowanie/Narzêdzia
12 Source:         ftp://ftp.cs.berkeley.edu/ucb/4bsd/%{name}.%{version}.tar.Z
13 Patch:          byacc-fixmanpage.patch
14 Provides:       yacc
15 Buildroot:      /tmp/%{name}-%{version}-root
16
17 %description
18 This is a public domain yacc parser. It is used by many programs during
19 their build process. You probably want this package if you do development.
20
21 %description -l de
22 Dies ist ein yacc-Parser aus dem Public Domain. Er wird von vielen
23 Programmen zum Aufbau benutzt. Als Entwickler sind, werden Sie dieses Paket
24 zu schätzen wissen.
25
26 %description -l fr
27 C'est un analyseur de syntaxe du domain public. Il est utilisé par de
28 nombreux programmes lors de leur processus de construction. Vous ne
29 voudrez probablement pas ce package si vous ne faîtes pas de développement.
30
31 %description -l pl
32 Yacc jest analizatorem sk³adni dostêpnym na zasadach w³asno¶ci publicznej,
33 czêsto wykorzystywanym podczas budowania programów. Je¿eli zamierzasz
34 zajmowaæ siê wytwarzaniem oprogramowania, warto zainstalowaæ ten pakiet.
35
36 %description -l tr
37 byacc bir yacc ayrýþtýrýcýsýdýr. Pek çok program tarafýndan, kurulum süreci
38 sýrasýnda kullanýlýr. Geliþtirme yapanlara gerekli olabilir.
39
40 %prep
41 %setup -c -q 
42 %patch -p1
43
44 %build
45 make CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s"
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 install -d $RPM_BUILD_ROOT/usr/{bin,man/man1}
50
51 install yacc $RPM_BUILD_ROOT/usr/bin
52 install yacc.1 $RPM_BUILD_ROOT/usr/man/man1
53
54 ln -sf yacc $RPM_BUILD_ROOT/usr/bin/byacc
55 echo ".so yacc.1" > $RPM_BUILD_ROOT/usr/man/man1/byacc.1
56
57 gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/*
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %attr(755,root,root) /usr/bin/*
65 /usr/man/man1/*
66
67 %changelog
68 * Wed Dec 23 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
69   [1.9-10]
70 - added gzipping man pages.
71 - added using LDFLAGS="-s" to ./configure enviroment.
72
73 * Mon Oct 26 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
74   [1.9-9]
75 - byacc(1) man page is now maked as nroff include to yacc(1) instead
76   making sym link to yacc.1 (this allow compress man pages in future).
77
78 * Wed Sep 23 1998 Marcin Korzonek <mkorz@shadow.eu.org>
79 - allow building from non root account,
80 - added using $RPM_OPT_FLAGS during compile,
81 - added pl translation.
82
83 * Tue May 05 1998 Prospector System <bugs@redhat.com>
84 - translations modified for de, fr, tr
85
86 * Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
87 - various spec file cleanups
88
89 * Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
90 - built against glibc
This page took 0.066954 seconds and 3 git commands to generate.