|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
Summary: The GNOME virtual file-system libraries.
|
|
|
|
|
Name: gnome-vfs2
|
|
|
|
|
Version: 2.0.2
|
|
|
|
|
Release: 4
|
|
|
|
|
Release: 5
|
|
|
|
|
License: LGPL
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Source: gnome-vfs-%{version}.tar.bz2
|
|
|
|
@ -33,6 +33,8 @@ Patch3: gnome-vfs-2.0.1-only-show-in.patch
|
|
|
|
|
Patch4: gnome-vfs-2.0.2-start-here-vfolders.patch
|
|
|
|
|
Patch5: gnome-vfs-2.0.2-newstat.patch
|
|
|
|
|
Patch6: gnome-vfs-2.0.2-read-only.patch
|
|
|
|
|
# Backport from CVS of a locking bug in file-method.c
|
|
|
|
|
Patch7: gnome-vfs-2.0.2-locktrash.patch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
GNOME VFS is the GNOME virtual file system. It is the foundation of
|
|
|
|
@ -65,6 +67,7 @@ GNOME VFS modules and applications that use the GNOME VFS APIs.
|
|
|
|
|
%patch4 -p1 -b .start-here-vfolders.patch
|
|
|
|
|
%patch5 -p1 -b .newstat
|
|
|
|
|
%patch6 -p1 -b .read-only
|
|
|
|
|
%patch7 -p0 -b .locktrash
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# patch1 is disabled, so we don't need this
|
|
|
|
@ -128,6 +131,10 @@ done
|
|
|
|
|
%{_datadir}/gtk-doc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Aug 30 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
- Backport a gnome-vfs locking fix from CVS
|
|
|
|
|
(Hopefully fixes #71419)
|
|
|
|
|
|
|
|
|
|
* Fri Aug 23 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- make vfolder method read-only #72208
|
|
|
|
|
|
|
|
|
|