|
|
@ -13,7 +13,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: The GNOME virtual file-system libraries
|
|
|
|
Summary: The GNOME virtual file-system libraries
|
|
|
|
Name: gnome-vfs2
|
|
|
|
Name: gnome-vfs2
|
|
|
|
Version: 2.19.2
|
|
|
|
Version: 2.19.3
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: LGPL
|
|
|
|
License: LGPL
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
@ -70,8 +70,6 @@ Patch6: gnome-vfs-2.15.91-mailto-command.patch
|
|
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=356772
|
|
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=356772
|
|
|
|
Patch8: gnome-vfs-2.16.0-no-dbus.patch
|
|
|
|
Patch8: gnome-vfs-2.16.0-no-dbus.patch
|
|
|
|
|
|
|
|
|
|
|
|
# We broke network: on link-local ipv6 addresses (#212565)
|
|
|
|
|
|
|
|
Patch9: gnome-vfs-2.16.2-ipv6-link-local.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
GNOME VFS is the GNOME virtual file system. It is the foundation of
|
|
|
|
GNOME VFS is the GNOME virtual file system. It is the foundation of
|
|
|
@ -125,8 +123,6 @@ shares (SMB) to applications using GNOME VFS.
|
|
|
|
|
|
|
|
|
|
|
|
%patch8 -p1 -b .no-dbus
|
|
|
|
%patch8 -p1 -b .no-dbus
|
|
|
|
|
|
|
|
|
|
|
|
%patch9 -p1 -b .ipv6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
|
|
if pkg-config openssl ; then
|
|
|
|
if pkg-config openssl ; then
|
|
|
@ -134,7 +130,6 @@ if pkg-config openssl ; then
|
|
|
|
LDFLAGS=`pkg-config --libs-only-L openssl`; export LDFLAGS
|
|
|
|
LDFLAGS=`pkg-config --libs-only-L openssl`; export LDFLAGS
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
CFLAGS="-O0 -g"
|
|
|
|
|
|
|
|
%configure --disable-gtk-doc --enable-hal
|
|
|
|
%configure --disable-gtk-doc --enable-hal
|
|
|
|
|
|
|
|
|
|
|
|
export tagname=CC
|
|
|
|
export tagname=CC
|
|
|
@ -229,6 +224,9 @@ fi
|
|
|
|
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
|
|
|
|
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jul 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.3-1
|
|
|
|
|
|
|
|
- Update to 2.19.3
|
|
|
|
|
|
|
|
|
|
|
|
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
|
|
|
|
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
|
|
|
|
- Update to 2.19.2
|
|
|
|
- Update to 2.19.2
|
|
|
|
|
|
|
|
|
|
|
|