[file-roller/f14/master] 2.31.5

Matthias Clasen mclasen at fedoraproject.org
Tue Aug 3 23:59:39 UTC 2010


commit 36d34c1e93129b496486a172a06171b97dc6fb5c
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Aug 3 19:58:21 2010 -0400

    2.31.5

 file-roller.spec |   29 +++++++++++++++--------------
 1 files changed, 15 insertions(+), 14 deletions(-)
---
diff --git a/file-roller.spec b/file-roller.spec
index 1dce24a..6216b7b 100644
--- a/file-roller.spec
+++ b/file-roller.spec
@@ -7,19 +7,19 @@
 %define nautilus_version 2.22.2
 %define gnome_doc_utils_version 0.3.2
 
-Summary:	Tool for viewing and creating archives
-Name:		file-roller
-Version:	2.31.5
-Release: 	1%{?dist}
-License:	GPLv2+
-Group:		Applications/Archiving
-URL:		http://download.gnome.org/sources/file-roller/
+Summary:        Tool for viewing and creating archives
+Name:           file-roller
+Version:        2.31.5
+Release:        1%{?dist}
+License:        GPLv2+
+Group:          Applications/Archiving
+URL:            http://download.gnome.org/sources/file-roller/
 #VCS: git:git://git.gnome.org/file-roller
-Source:		http://download.gnome.org/sources/file-roller/2.31/file-roller-%{version}.tar.bz2
+Source:         http://download.gnome.org/sources/file-roller/2.31/file-roller-%{version}.tar.bz2
 
 BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: pango-devel >= %{pango_version}
-BuildRequires: gtk3-devel
+BuildRequires: gtk2-devel
 BuildRequires: libglade2-devel
 BuildRequires: nautilus-devel >= %{nautilus_version}
 BuildRequires: libtool
@@ -43,11 +43,11 @@ such as tar or zip files.
 %setup -q
 
 %build
-%configure 	--disable-scrollkeeper 		\
-		--disable-static 		\
-                --with-gtk=3.0                  \
-		--enable-nautilus-actions	\
-		--enable-packagekit
+%configure --disable-scrollkeeper    \
+           --disable-static          \
+           --with-gtk=2.0            \
+           --enable-nautilus-actions \
+           --enable-packagekit
 
 export tagname=CC
 make LIBTOOL=/usr/bin/libtool
@@ -104,6 +104,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %changelog
 * Tue Aug  3 2010 Matthias Clasen <mclasen at redhat.com> 2.31.5-1
 - Update to 2.31.5
+- Go back to building against gtk2
 
 * Mon Jul 12 2010 Matthias Clasen <mclasen at redhat.com> 2.31.4-1
 - Update to 2.31.4


More information about the scm-commits mailing list