rpms/gnome-vfs2/devel gnome-vfs2.spec,1.80,1.81

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 9 17:43:00 UTC 2006


Author: johnp

Update of /cvs/dist/rpms/gnome-vfs2/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19734

Modified Files:
	gnome-vfs2.spec 
Log Message:
- Add dependency on gnome-mount
- Add configure options for gnome-mount




Index: gnome-vfs2.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-vfs2/devel/gnome-vfs2.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- gnome-vfs2.spec	15 Dec 2005 13:57:41 -0000	1.80
+++ gnome-vfs2.spec	9 Jan 2006 17:42:58 -0000	1.81
@@ -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 @@
 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 @@
 
 #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 @@
 %config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
 
 %changelog
+* Mon Jan 09 2006 John (J5) Palmieri  <johnp at redhat.com> 2.13.3-2
+- Add dependency on gnome-mount
+- Add configure options for gnome-mount
+
 * Thu Dec 15 2005 Matthias Clasen  <mclasen at redhat.com> 2.13.3-1
 - Update to 2.13.3
 - Drop upstreamed patches




More information about the fedora-cvs-commits mailing list