[file-roller] fix gtk dep

Matthias Clasen mclasen at fedoraproject.org
Thu Oct 7 03:33:58 UTC 2010


commit ba944a1844402c0ac9ee2b6144545341ff854445
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Oct 6 23:33:06 2010 -0400

    fix gtk dep

 file-roller.spec |    6 ++++++
 gtk-dep.patch    |   12 ++++++++++++
 2 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/file-roller.spec b/file-roller.spec
index 40df469..30ee94c 100644
--- a/file-roller.spec
+++ b/file-roller.spec
@@ -35,12 +35,18 @@ Requires(pre): GConf2
 # The context menu API changed in 2.2.0:
 Conflicts: nautilus < 2.2.0
 
+Patch0: gtk-dep.patch
+BuildRequires: autoconf automake libtool
+
 %description
 File Roller is an application for creating and viewing archives files,
 such as tar or zip files.
 
 %prep
 %setup -q
+%patch0 -p1 -b .gtk-dep
+
+autoreconf -i -f
 
 %build
 %configure 	--disable-scrollkeeper 		\
diff --git a/gtk-dep.patch b/gtk-dep.patch
new file mode 100644
index 0000000..5a5f4cb
--- /dev/null
+++ b/gtk-dep.patch
@@ -0,0 +1,12 @@
+diff -up file-roller-2.91.0/configure.ac.gtk-dep file-roller-2.91.0/configure.ac
+--- file-roller-2.91.0/configure.ac.gtk-dep	2010-10-06 23:29:47.169208007 -0400
++++ file-roller-2.91.0/configure.ac	2010-10-06 23:31:18.921208009 -0400
+@@ -28,7 +28,7 @@ dnl ====================================
+ 
+ GLIB_REQUIRED=2.25.5
+ GIO_REQUIRED=2.25.5
+-GTK_REQUIRED=2.91.1
++GTK_REQUIRED=2.91.0
+ NAUTILUS_REQUIRED=2.22.2
+ 
+ AC_SUBST(GLIB_REQUIRED)


More information about the scm-commits mailing list