|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
Summary: The GNOME virtual file-system libraries.
|
|
|
|
|
Name: gnome-vfs2
|
|
|
|
|
Version: 2.8.0
|
|
|
|
|
Release: 1
|
|
|
|
|
Release: 2
|
|
|
|
|
License: LGPL
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Source: gnome-vfs-%{version}.tar.bz2
|
|
|
|
@ -68,6 +68,7 @@ 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.8.0-cvs-backport.patch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
GNOME VFS is the GNOME virtual file system. It is the foundation of
|
|
|
|
@ -145,6 +146,7 @@ perl -pi -e 's/favorites:\s+libvfolder-desktop.so//g' $DMC
|
|
|
|
|
|
|
|
|
|
# send to upstream
|
|
|
|
|
%patch101 -p1 -b .schema_about
|
|
|
|
|
%patch102 -p0 -b .cvs_backport
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
@ -155,6 +157,8 @@ if pkg-config openssl ; then
|
|
|
|
|
CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS
|
|
|
|
|
LDFLAGS=`pkg-config --libs-only-L openssl`; export LDFLAGS
|
|
|
|
|
fi
|
|
|
|
|
#needed for patch 102 (kerberos fix)
|
|
|
|
|
autoconf
|
|
|
|
|
%configure --enable-gtk-doc --with-gtk=no
|
|
|
|
|
|
|
|
|
|
export tagname=CC
|
|
|
|
@ -256,6 +260,9 @@ done
|
|
|
|
|
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Sep 14 2004 Alexander Larsson <alexl@redhat.com> - 2.8.0-2
|
|
|
|
|
- Backport some fixes from head, including ftp stuff
|
|
|
|
|
|
|
|
|
|
* Mon Sep 13 2004 Alexander Larsson <alexl@redhat.com> - 2.8.0-1
|
|
|
|
|
- update to 2.8.0
|
|
|
|
|
- remove upstreamed patch
|
|
|
|
|