X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=bison%2Fbison.nm;h=0a2af3d2a8995527af69eed55fb12dd6a41e20e2;hb=refs%2Fheads%2Fsip;hp=13132852254d4484d98ce3f24f10ba9be187cfba;hpb=1444abcd9103a391902fef659e92aee28daaedf1;p=people%2Famarx%2Fipfire-3.x.git diff --git a/bison/bison.nm b/bison/bison.nm index 131328522..0a2af3d2a 100644 --- a/bison/bison.nm +++ b/bison/bison.nm @@ -4,7 +4,7 @@ ############################################################################### name = bison -version = 2.5.1 +version = 3.0.4 release = 1 groups = Development/Tools @@ -13,15 +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 + flex >= 2.5.37 + m4 >= 1.4.16 perl end @@ -43,8 +45,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