f38
Matthias Clasen 18 years ago
parent 82fa15e294
commit bd35b5967b

@ -31,7 +31,7 @@ BuildRequires: libxml2-devel, zlib-devel
BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: popt, bzip2-devel, ORBit2-devel, openjade BuildRequires: popt, bzip2-devel, ORBit2-devel, openjade
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: /usr/bin/automake-1.9 BuildRequires: automake
BuildRequires: libtool BuildRequires: libtool
BuildRequires: intltool BuildRequires: intltool
BuildRequires: autoconf BuildRequires: autoconf
@ -67,9 +67,6 @@ Patch6: gnome-vfs-2.15.91-mailto-command.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=356772 # http://bugzilla.gnome.org/show_bug.cgi?id=356772
Patch8: gnome-vfs-2.16.0-no-dbus.patch Patch8: gnome-vfs-2.16.0-no-dbus.patch
# From upstream cvs
Patch9: gnome-vfs-atexit-fix.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
@ -121,7 +118,6 @@ shares (SMB) to applications using GNOME VFS.
%patch201 -p0 -b .console %patch201 -p0 -b .console
%patch8 -p1 -b .no-dbus %patch8 -p1 -b .no-dbus
%patch9 -p0 -b .gatexit-fix
%build %build
@ -130,17 +126,8 @@ if pkg-config openssl ; then
LDFLAGS=`pkg-config --libs-only-L openssl`; export LDFLAGS LDFLAGS=`pkg-config --libs-only-L openssl`; export LDFLAGS
fi fi
# auto* update needed for gnome-vfs-avahi.patch
intltoolize --force
libtoolize --force
aclocal
autoheader
automake-1.9 --add-missing
#needed for patch 102 (kerberos fix)
autoconf
CFLAGS="-O0 -g" CFLAGS="-O0 -g"
%configure --disable-gtk-doc --with-gtk=no --enable-hal %configure --disable-gtk-doc --enable-hal
export tagname=CC export tagname=CC
make LIBTOOL=/usr/bin/libtool make LIBTOOL=/usr/bin/libtool

Loading…
Cancel
Save