|
|
@@ -37,7 +37,7 @@ Distribution: OpenPKG [EVAL]
|
|
|
Group: Algorithm
|
|
|
License: GPL
|
|
|
Version: %{V_glib2_major}.%{V_glib2_minor}
|
|
|
-Release: 20030508
|
|
|
+Release: 20030513
|
|
|
|
|
|
# package options
|
|
|
%option with_threads no
|
|
|
@@ -48,8 +48,10 @@ Source0: ftp://ftp.gtk.org/pub/gtk/v%{V_glib2_major}/glib-%{version}.tar.gz
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20020206, gettext, pkgconfig >= 0.14.0, make
|
|
|
-PreReq: OpenPKG, openpkg >= 20020206, gettext, pkgconfig >= 0.14.0
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20020206, make
|
|
|
+BuildPreReq: gettext, libiconv, pkgconfig >= 0.14.0
|
|
|
+PreReq: OpenPKG, openpkg >= 20020206
|
|
|
+PreReq: gettext, libiconv, pkgconfig >= 0.14.0
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
@@ -79,6 +81,7 @@ AutoReqProv: no
|
|
|
LDFLAGS="%{l_ldflags}" \
|
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
|
+ --with-libiconv=gnu \
|
|
|
--disable-debug \
|
|
|
--disable-shared \
|
|
|
%if "%{with_threads}" == "yes"
|