- Add a BuildRequires on gnome-mount-devel so we build with gnome-mount

support
f38
John (J5) Palmieri 19 years ago
parent e0656c7911
commit 49b4506b1e

@ -9,7 +9,7 @@
Summary: The GNOME virtual file-system libraries.
Name: gnome-vfs2
Version: 2.13.4
Release: 1
Release: 2
License: LGPL
Group: System Environment/Libraries
Source0: gnome-vfs-%{version}.tar.bz2
@ -33,6 +33,7 @@ BuildRequires: openssl-devel fam-devel
BuildRequires: krb5-devel
BuildRequires: avahi-glib-devel >= 0.6
BuildRequires: hal-devel >= 0.5.0
BuildRequires: gnome-mount-devel >= 0.4
Prereq: GConf2 >= %{gconf2_version}
Patch3: gnome-vfs-2.9.90-modules-conf.patch
@ -104,7 +105,7 @@ automake-1.9 --add-missing
#needed for patch 102 (kerberos fix)
autoconf
%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
%configure --enable-gtk-doc --with-gtk=no --enable-hal
export tagname=CC
make LIBTOOL=/usr/bin/libtool
@ -173,6 +174,10 @@ done
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
%changelog
* Tue Jan 17 2006 John (J5) Palmieri <johnp@redhat.com> 2.13.4-2
- Add a BuildRequires on gnome-mount-devel so we build with
gnome-mount support
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> 2.13.4-1
- Update to 2.13.4

Loading…
Cancel
Save