From 58556812ea60bc485f817a5f5e45d5e01d8ed52a Mon Sep 17 00:00:00 2001 From: GĂ©rard Milmeister Date: Aug 20 2007 11:09:58 +0000 Subject: fix include problem --- diff --git a/Gauche-gtk-inc.patch b/Gauche-gtk-inc.patch new file mode 100644 index 0000000..1a1b029 --- /dev/null +++ b/Gauche-gtk-inc.patch @@ -0,0 +1,30 @@ +--- Gauche-gtk-0.4.1/gtkgl/gdkgllib.stub.inc 2007-08-18 15:38:13.000000000 +0200 ++++ Gauche-gtk-0.4.1/gtkgl/gdkgllib.stub 2007-08-18 15:38:46.000000000 +0200 +@@ -15,10 +15,10 @@ + ;;; $Id: Gauche-gtk-inc.patch,v 1.1 2007/08/20 11:09:58 gemi Exp $ + ;;; + +-(include "gtkgl.types") +- + "#include \"gauche-gtkgl.h\"" + ++(include "gtkgl.types") ++ + ;;================================================================= + ;; gdkglconfig.h + ;; +--- Gauche-gtk-0.4.1/gtkgl/gtkgllib.stub.inc 2007-08-18 15:38:27.000000000 +0200 ++++ Gauche-gtk-0.4.1/gtkgl/gtkgllib.stub 2007-08-18 15:38:52.000000000 +0200 +@@ -15,10 +15,10 @@ + ;;; $Id: Gauche-gtk-inc.patch,v 1.1 2007/08/20 11:09:58 gemi Exp $ + ;;; + +-(include "gtkgl.types") +- + "#include \"gauche-gtkgl.h\"" + ++(include "gtkgl.types") ++ + ;;================================================================= + ;; gdkglversion.h + ;; diff --git a/gauche-gtk.spec b/gauche-gtk.spec index 28d5e64..ee74a90 100644 --- a/gauche-gtk.spec +++ b/gauche-gtk.spec @@ -2,7 +2,7 @@ Name: gauche-gtk Version: 0.4.1 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Gauche extension module to use GTK Group: Development/Languages @@ -10,7 +10,8 @@ License: BSD URL: http://www.shiro.dreamhost.com/scheme/gauche Source: http://download.sourceforge.net/gauche/Gauche-gtk-0.4.1.tgz Patch0: Gauche-gtk-gtk28.patch -Patch1: Gauche-gtk-pad.patch +Patch1: Gauche-gtk-inc.patch +Patch2: Gauche-gtk-pad.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gauche-devel = %{gauche_version} BuildRequires: gtk2-devel @@ -31,6 +32,7 @@ Gauche extension module to use GTK. %setup -q -n Gauche-gtk-%{version} %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build @@ -60,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 20 2007 Gerard Milmeister - 0.4.1-16 +- fix include problem + * Mon Aug 20 2007 Gerard Milmeister - 0.4.1-15 - fix gtk problem