From 0c8b93ed3079c5866699d4def290ff3cd936eb65 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 19 Oct 2001 08:52:21 +0000 Subject: [PATCH] fix ORBit package --- orbit/orbit.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/orbit/orbit.spec b/orbit/orbit.spec index 3ddae7de95..475cae87fe 100644 --- a/orbit/orbit.spec +++ b/orbit/orbit.spec @@ -32,7 +32,7 @@ Distribution: OpenPKG [EXP] Group: Net License: GPL Version: 0.5.10 -Release: 0 +Release: 1 # list of sources Source0: ftp://ftp.gnome.org/pub/GNOME/stable/sources/ORBit/ORBit-%{version}.tar.gz @@ -40,7 +40,7 @@ Source0: ftp://ftp.gnome.org/pub/GNOME/stable/sources/ORBit/ORBit-%{version # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} -BuildPreReq: OpenPKG, openpkg >= 0.9-33, glib, make +BuildPreReq: OpenPKG, openpkg >= 0.9-33, glib, make, bison, flex, gettext PreReq: OpenPKG, openpkg >= 0.9-33, glib AutoReq: no AutoReqProv: no @@ -53,6 +53,7 @@ AutoReqProv: no %setup -q -n ORBit-%{version} %build + PATH="%{l_prefix}/bin:$PATH"; export PATH CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ LIBS="`%{l_prefix}/bin/glib-config --libs gmodule`" \