|
|
|
@ -8,12 +8,11 @@
|
|
|
|
|
|
|
|
|
|
Summary: The GNOME virtual file-system libraries.
|
|
|
|
|
Name: gnome-vfs2
|
|
|
|
|
Version: 2.10.0
|
|
|
|
|
Release: 5
|
|
|
|
|
Version: 2.11.90
|
|
|
|
|
Release: 1
|
|
|
|
|
License: LGPL
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Source0: gnome-vfs-%{version}.tar.bz2
|
|
|
|
|
Source1: desktop-method.c
|
|
|
|
|
URL: http://www.gnome.org/
|
|
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
@ -38,11 +37,6 @@ Prereq: GConf2 >= %{gconf2_version}
|
|
|
|
|
|
|
|
|
|
Patch3: gnome-vfs-2.9.90-modules-conf.patch
|
|
|
|
|
|
|
|
|
|
## this is the automake-requiring patch
|
|
|
|
|
Patch6: gnome-vfs-2.9.90-old-modules.patch
|
|
|
|
|
|
|
|
|
|
Patch9: gnome-vfs-2.1.6-no-private-methods.patch
|
|
|
|
|
|
|
|
|
|
# send to upstream
|
|
|
|
|
Patch101: gnome-vfs-2.8.2-schema_about_for_upstream.patch
|
|
|
|
|
|
|
|
|
@ -96,11 +90,7 @@ shares (SMB) to applications using GNOME VFS.
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n gnome-vfs-%{version}
|
|
|
|
|
|
|
|
|
|
cp -f %{SOURCE1} modules
|
|
|
|
|
|
|
|
|
|
%patch3 -p1 -b .modules-conf
|
|
|
|
|
%patch6 -p1 -b .old-modules
|
|
|
|
|
%patch9 -p1 -b .no-private-methods
|
|
|
|
|
|
|
|
|
|
# send to upstream
|
|
|
|
|
%patch101 -p1 -b .schema_about
|
|
|
|
@ -117,9 +107,6 @@ cp -f %{SOURCE1} modules
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
# needed for patch6 (changing makefile to old vfolder backend)
|
|
|
|
|
aclocal-1.6
|
|
|
|
|
automake-1.6
|
|
|
|
|
if pkg-config openssl ; then
|
|
|
|
|
CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS
|
|
|
|
|
LDFLAGS=`pkg-config --libs-only-L openssl`; export LDFLAGS
|
|
|
|
@ -195,6 +182,11 @@ done
|
|
|
|
|
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Aug 5 2005 Matthias Clasen <mclasen@redhat.com> 2.11.90-1
|
|
|
|
|
- New upstream version
|
|
|
|
|
- Remove patches and sources for the desktop method, since
|
|
|
|
|
we don't have start-here in the UI anymore.
|
|
|
|
|
|
|
|
|
|
* Fri Apr 29 2005 David Zeuthen <davidz@redhat.com> 2.10.0-5
|
|
|
|
|
- Tweak the patch a bit so it applies
|
|
|
|
|
|
|
|
|
|