]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - bison/bison.nm
glibc: Remove audit support
[ipfire-3.x.git] / bison / bison.nm
index 6b8bcc57c5a2904ba91a03eb7a1456d2cba42246..bedeeaed2e37da055d8ceba69cd5461112486e0a 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = bison
-version    = 2.5
-release    = 3
+version    = 3.0.4
+release    = 2
 
 groups     = Development/Tools
 url        = http://www.gnu.org/software/bison/
@@ -13,16 +13,17 @@ license    = GPLv2+
 summary    = GNU Bison is a parser generator.
 
 description
-       Bison is a general-purpose parser generator that converts an annotated \
+       Bison is a general-purpose parser generator that converts an annotated
        context-free grammar into an LALR(1) or GLR parser for that grammar.
 end
 
 source_dl  = http://ftp.gnu.org/gnu/bison/
+sources    = %{thisapp}.tar.xz
 
 build
        requires
-               m4
-               perl
+               flex >= 2.5.37
+               m4 >= 1.4.17-2
        end
 
        configure_cmds
@@ -43,8 +44,8 @@ build
                mkdir -pv %{BUILDROOT}%{libdir}
                cd lib
                install -v liby.so.%{version} %{BUILDROOT}%{libdir}/liby.so.%{version}
-               ln -vsf liby.so.%{version} %{BUILDROOT}%{libdir}/liby.so.2
-               ln -vsf liby.so.2 %{BUILDROOT}%{libdir}/liby.so
+               ln -vsf liby.so.%{version} %{BUILDROOT}%{libdir}/liby.so.3
+               ln -vsf liby.so.3 %{BUILDROOT}%{libdir}/liby.so
        end
 end