|
|
|
@ -9,8 +9,8 @@
|
|
|
|
|
|
|
|
|
|
Summary: The GNOME virtual file-system libraries.
|
|
|
|
|
Name: gnome-vfs2
|
|
|
|
|
Version: 2.7.90
|
|
|
|
|
Release: 3
|
|
|
|
|
Version: 2.7.91
|
|
|
|
|
Release: 1
|
|
|
|
|
License: LGPL
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Source: gnome-vfs-%{version}.tar.bz2
|
|
|
|
@ -57,10 +57,6 @@ Patch10: gnome-vfs2-2.5.5-vfolder-hacks.patch
|
|
|
|
|
|
|
|
|
|
Patch12: gnome-vfs-2.7.90-mozilla.patch
|
|
|
|
|
|
|
|
|
|
# For new howl. backport from cvs.
|
|
|
|
|
Patch13: gnome-vfs-2.7.90-newhowl.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# desktop-file-utils patches
|
|
|
|
|
Patch52: desktop-file-utils-0.4-rh-schemes.patch
|
|
|
|
|
Patch53: desktop-file-utils-0.4-hide-empty-submenus.patch
|
|
|
|
@ -74,7 +70,6 @@ Patch61: desktop-file-utils-0.6-pleasecreate.patch
|
|
|
|
|
|
|
|
|
|
# send to upstream
|
|
|
|
|
Patch101: gnome-vfs-2.7.90-schema_about_for_upstream.patch
|
|
|
|
|
Patch102: gnome-vfs-2.7.90-enumerator-comma.patch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
GNOME VFS is the GNOME virtual file system. It is the foundation of
|
|
|
|
@ -139,7 +134,6 @@ perl -pi -e 's/favorites:\s+libvfolder-desktop.so//g' $DMC
|
|
|
|
|
|
|
|
|
|
%patch10 -p1 -b .vfolder-hacks
|
|
|
|
|
%patch12 -p1 -b .mozilla
|
|
|
|
|
%patch13 -p0 -b .newhowl
|
|
|
|
|
|
|
|
|
|
# desktop-file-utils patches
|
|
|
|
|
%patch52 -p0 -b .rh-schemes
|
|
|
|
@ -154,7 +148,6 @@ perl -pi -e 's/favorites:\s+libvfolder-desktop.so//g' $DMC
|
|
|
|
|
|
|
|
|
|
# send to upstream
|
|
|
|
|
%patch101 -p1 -b .schema_about
|
|
|
|
|
%patch102 -p0 -b .enumerator-comma
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
@ -247,7 +240,6 @@ done
|
|
|
|
|
%{_libdir}/gnome-vfs-2.0/modules
|
|
|
|
|
%dir %{_libdir}/gnome-vfs-2.0
|
|
|
|
|
%{_libdir}/bonobo
|
|
|
|
|
%{_libdir}/vfs
|
|
|
|
|
%{_sysconfdir}/gconf/schemas/*
|
|
|
|
|
## conflicts with gnome-vfs 1, ignore for now
|
|
|
|
|
## %{_datadir}/man/man5/*
|
|
|
|
@ -267,6 +259,9 @@ done
|
|
|
|
|
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Aug 19 2004 Alex Larsson <alexl@redhat.com> 2.7.91-1
|
|
|
|
|
- update to 2.7.91
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2004 Alexander Larsson <alexl@redhat.com> - 2.7.90-3
|
|
|
|
|
- Build for new howl (requires patch)
|
|
|
|
|
- Add dns-sd schema
|
|
|
|
|