|
|
|
@ -13,8 +13,8 @@
|
|
|
|
|
|
|
|
|
|
Summary: The GNOME virtual file-system libraries
|
|
|
|
|
Name: gnome-vfs2
|
|
|
|
|
Version: 2.19.3
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 2.19.91
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: LGPLv2 and LGPL+ and GPL+
|
|
|
|
|
# the daemon and the library are LGPLv2
|
|
|
|
|
# the modules are LGPL+ and GPL+
|
|
|
|
@ -24,7 +24,7 @@ URL: http://www.gnome.org/
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
Requires: gnome-mime-data >= %{gnome_mime_data_version}
|
|
|
|
|
Requires: shared-mime-info
|
|
|
|
|
#Requires: gnome-mount >= %{gnome_mount_version}
|
|
|
|
|
Requires: gnome-mount >= %{gnome_mount_version}
|
|
|
|
|
Requires: GConf2 >= %{gconf2_version}
|
|
|
|
|
Requires(post): GConf2 >= %{gconf2_version}
|
|
|
|
|
Requires(pre): GConf2 >= %{gconf2_version}
|
|
|
|
@ -48,7 +48,7 @@ BuildRequires: avahi-glib-devel >= %{avahi_version}
|
|
|
|
|
BuildRequires: hal-devel >= %{hal_version}
|
|
|
|
|
BuildRequires: dbus-devel >= %{dbus_version}
|
|
|
|
|
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
|
|
|
|
#BuildRequires: gnome-mount-devel >= %{gnome_mount_version}
|
|
|
|
|
BuildRequires: gnome-mount-devel >= %{gnome_mount_version}
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: libacl-devel
|
|
|
|
|
BuildRequires: libselinux-devel
|
|
|
|
@ -72,8 +72,6 @@ Patch6: gnome-vfs-2.15.91-mailto-command.patch
|
|
|
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=356772
|
|
|
|
|
Patch8: gnome-vfs-2.16.0-no-dbus.patch
|
|
|
|
|
|
|
|
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=465836
|
|
|
|
|
Patch9: posix.patch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
GNOME VFS is the GNOME virtual file system. It is the foundation of
|
|
|
|
@ -126,7 +124,6 @@ shares (SMB) to applications using GNOME VFS.
|
|
|
|
|
%patch201 -p0 -b .console
|
|
|
|
|
|
|
|
|
|
%patch8 -p1 -b .no-dbus
|
|
|
|
|
%patch9 -p1 -b .posix
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
@ -229,6 +226,11 @@ fi
|
|
|
|
|
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Sep 3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.91-1
|
|
|
|
|
- Re-add gnome-mount dependency
|
|
|
|
|
- Update to 2.19.91
|
|
|
|
|
- Drop upstreamed posix patch
|
|
|
|
|
|
|
|
|
|
* Sun Sep 2 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.3-3
|
|
|
|
|
- Temporarily drop gnome-mount requires to break PolicyKit-gnome
|
|
|
|
|
dependency cycle
|
|
|
|
|