|
@@ -23,7 +23,7 @@
|
|
|
##
|
|
##
|
|
|
|
|
|
|
|
# package version
|
|
# package version
|
|
|
-%define V_gtk 2.8.4
|
|
|
|
|
|
|
+%define V_gtk 2.8.6
|
|
|
%define V_gtk_major 2.8
|
|
%define V_gtk_major 2.8
|
|
|
%define V_glib_major 2.8
|
|
%define V_glib_major 2.8
|
|
|
%define V_pango_major 1.10
|
|
%define V_pango_major 1.10
|
|
@@ -40,10 +40,11 @@ Class: PLUS
|
|
|
Group: XWindow
|
|
Group: XWindow
|
|
|
License: GPL
|
|
License: GPL
|
|
|
Version: %{V_gtk}
|
|
Version: %{V_gtk}
|
|
|
-Release: 20050929
|
|
|
|
|
|
|
+Release: 20051006
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
Source0: ftp://ftp.gtk.org/pub/gtk/v%{V_gtk_major}/gtk+-%{V_gtk}.tar.gz
|
|
Source0: ftp://ftp.gtk.org/pub/gtk/v%{V_gtk_major}/gtk+-%{V_gtk}.tar.gz
|
|
|
|
|
+Patch0: gtk2.patch
|
|
|
|
|
|
|
|
# build information
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
Prefix: %{l_prefix}
|
|
@@ -74,6 +75,7 @@ AutoReqProv: no
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
|
%setup -q -n gtk+-%{version}
|
|
%setup -q -n gtk+-%{version}
|
|
|
|
|
+ %patch -p0
|
|
|
|
|
|
|
|
# avoid including static libraries into convenience libraries
|
|
# avoid including static libraries into convenience libraries
|
|
|
%{l_shtool} subst \
|
|
%{l_shtool} subst \
|