|
|
@ -14,7 +14,7 @@
|
|
|
|
Summary: The GNOME virtual file-system libraries
|
|
|
|
Summary: The GNOME virtual file-system libraries
|
|
|
|
Name: gnome-vfs2
|
|
|
|
Name: gnome-vfs2
|
|
|
|
Version: 2.20.0
|
|
|
|
Version: 2.20.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
License: LGPLv2 and LGPL+ and GPL+
|
|
|
|
License: LGPLv2 and LGPL+ and GPL+
|
|
|
|
# the daemon and the library are LGPLv2
|
|
|
|
# the daemon and the library are LGPLv2
|
|
|
|
# the modules are LGPL+ and GPL+
|
|
|
|
# the modules are LGPL+ and GPL+
|
|
|
@ -75,6 +75,9 @@ Patch8: gnome-vfs-2.16.0-no-dbus.patch
|
|
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=427958
|
|
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=427958
|
|
|
|
Patch9: glob-leak.patch
|
|
|
|
Patch9: glob-leak.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=333041
|
|
|
|
|
|
|
|
Patch300: gnome-vfs-2.20.0-ignore-var-log-audit.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
|
|
|
|
the Nautilus file manager. It provides a modular architecture and
|
|
|
|
the Nautilus file manager. It provides a modular architecture and
|
|
|
@ -128,6 +131,8 @@ shares (SMB) to applications using GNOME VFS.
|
|
|
|
%patch8 -p1 -b .no-dbus
|
|
|
|
%patch8 -p1 -b .no-dbus
|
|
|
|
%patch9 -p1 -b .glob-leak
|
|
|
|
%patch9 -p1 -b .glob-leak
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%patch300 -p1 -b .ignore-var-log-audit
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
|
|
if pkg-config openssl ; then
|
|
|
|
if pkg-config openssl ; then
|
|
|
@ -229,6 +234,9 @@ fi
|
|
|
|
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
|
|
|
|
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Oct 15 2007 David Zeuthen <davidz@redhat.com> - 2.20.0-2
|
|
|
|
|
|
|
|
- Don't show /var/log/audit on the desktop (#333041)
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
|
|
|
|
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
|
|
|
|
- Update to 2.20.0
|
|
|
|
- Update to 2.20.0
|
|
|
|
|
|
|
|
|
|
|
|