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`" \