|
|
@@ -32,17 +32,18 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [CORE]
|
|
|
Group: Language
|
|
|
License: GPL
|
|
|
-Version: 1.35
|
|
|
-Release: 20020418
|
|
|
+Version: 1.50
|
|
|
+Release: 20021006
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.gnu.org/gnu/bison/bison-%{version}.tar.gz
|
|
|
+Patch0: bison.patch
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20020206, make
|
|
|
-PreReq: OpenPKG, openpkg >= 20020206
|
|
|
+PreReq: OpenPKG, openpkg >= 20020206, m4
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
@@ -58,6 +59,7 @@ AutoReqProv: no
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
+ %patch -p0
|
|
|
|
|
|
%build
|
|
|
CC="%{l_cc}" \
|