Browse Source

fix ORBit package

master
parent
commit
0c8b93ed30
  1. 5
      orbit/orbit.spec

5
orbit/orbit.spec

@ -32,7 +32,7 @@ Distribution: OpenPKG [EXP]
Group: Net Group: Net
License: GPL License: GPL
Version: 0.5.10 Version: 0.5.10
Release: 0 Release: 1
# list of sources # list of sources
Source0: ftp://ftp.gnome.org/pub/GNOME/stable/sources/ORBit/ORBit-%{version}.tar.gz 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 # build information
Prefix: %{l_prefix} Prefix: %{l_prefix}
BuildRoot: %{l_buildroot} 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 PreReq: OpenPKG, openpkg >= 0.9-33, glib
AutoReq: no AutoReq: no
AutoReqProv: no AutoReqProv: no
@ -53,6 +53,7 @@ AutoReqProv: no
%setup -q -n ORBit-%{version} %setup -q -n ORBit-%{version}
%build %build
PATH="%{l_prefix}/bin:$PATH"; export PATH
CC="%{l_cc}" \ CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \ CFLAGS="%{l_cflags -O}" \
LIBS="`%{l_prefix}/bin/glib-config --libs gmodule`" \ LIBS="`%{l_prefix}/bin/glib-config --libs gmodule`" \

Loading…
Cancel
Save