|
|
@@ -27,7 +27,7 @@
|
|
|
%define V_gtk 2.4.0
|
|
|
%define V_gtk_major 2.4
|
|
|
%define V_glib_major 2.4
|
|
|
-%define V_pango_major 1.2
|
|
|
+%define V_pango_major 1.4
|
|
|
%define V_atk_major 1.6
|
|
|
|
|
|
# package information
|
|
|
@@ -41,7 +41,7 @@ Class: PLUS
|
|
|
Group: XWindow
|
|
|
License: GPL
|
|
|
Version: %{V_gtk}
|
|
|
-Release: 20040330
|
|
|
+Release: 20040401
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.gtk.org/pub/gtk/v%{V_gtk_major}/gtk+-%{V_gtk}.tar.gz
|
|
|
@@ -86,8 +86,8 @@ AutoReqProv: no
|
|
|
|
|
|
# avoid searching for shared libraries
|
|
|
%{l_shtool} subst \
|
|
|
- -e 's;\\*\$export_dynamic_flag_spec;;g' \
|
|
|
- -e 's;\$lt_export_dynamic_flag_spec;;g' \
|
|
|
+ -e 's;echo eval echo \\\$export_dynamic_flag_spec;;g' \
|
|
|
+ -e 's;echo eval echo \\\$lt_export_dynamic_flag_spec;;g' \
|
|
|
-e 's;^\(LIBS="-lintl\)\ *\($LIBS"\);\1 -liconv \2;g' \
|
|
|
configure
|
|
|
|