From d650fb8a48469734eb41be26c26db80b73ce6c3d Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 9 Jan 2006 17:42:58 +0000 Subject: [PATCH] - Add dependency on gnome-mount - Add configure options for gnome-mount --- gnome-vfs2.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gnome-vfs2.spec b/gnome-vfs2.spec index 4bd0968..a84fd3b 100644 --- a/gnome-vfs2.spec +++ b/gnome-vfs2.spec @@ -9,7 +9,7 @@ Summary: The GNOME virtual file-system libraries. Name: gnome-vfs2 Version: 2.13.3 -Release: 1 +Release: 2 License: LGPL Group: System Environment/Libraries Source0: gnome-vfs-%{version}.tar.bz2 @@ -18,6 +18,7 @@ URL: http://www.gnome.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: gnome-mime-data >= %{gnome_mime_data_version} Requires: shared-mime-info +Requires: gnome-mount BuildRequires: libbonobo-devel >= %{libbonobo_version} BuildRequires: GConf2-devel >= %{gconf2_version} BuildRequires: gnome-mime-data >= %{gnome_mime_data_version} @@ -103,7 +104,7 @@ automake-1.9 --add-missing #needed for patch 102 (kerberos fix) autoconf -%configure --enable-gtk-doc --with-gtk=no --enable-hal +%configure --enable-gtk-doc --with-gtk=no --enable-hal --with-hal-mount=/usr/bin/gnome-mount --with-hal-umount=/usr/bin/gnome-umount --with-hal-eject=/usr/bin/gnome-eject export tagname=CC make LIBTOOL=/usr/bin/libtool @@ -172,6 +173,10 @@ done %config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf %changelog +* Mon Jan 09 2006 John (J5) Palmieri 2.13.3-2 +- Add dependency on gnome-mount +- Add configure options for gnome-mount + * Thu Dec 15 2005 Matthias Clasen 2.13.3-1 - Update to 2.13.3 - Drop upstreamed patches