|
|
@@ -38,7 +38,7 @@ Class: PLUS
|
|
|
Group: Database
|
|
|
License: GPL
|
|
|
Version: %{V_major}.%{V_minor}
|
|
|
-Release: 20041228
|
|
|
+Release: 20050125
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/GConf/%{V_major}/GConf-%{version}.tar.bz2
|
|
|
@@ -49,8 +49,8 @@ Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20040130, make, pkgconfig, gcc
|
|
|
PreReq: OpenPKG, openpkg >= 20040130
|
|
|
-BuildPreReq: glib2, gtk2, orbit2, libxml
|
|
|
-PreReq: glib2, gtk2, orbit2, libxml
|
|
|
+BuildPreReq: glib2, gtk2, orbit2, libxml, gettext
|
|
|
+PreReq: glib2, gtk2, orbit2, libxml, gettext
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
@@ -77,6 +77,7 @@ AutoReqProv: no
|
|
|
CFLAGS="%{l_cflags -O}" \
|
|
|
CPPFLAGS="%{l_cppflags}" \
|
|
|
LDFLAGS="%{l_ldflags}" \
|
|
|
+ LIBS="-lintl" \
|
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
|
--enable-shared
|