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)