diff --git a/gnome-vfs2.spec b/gnome-vfs2.spec index cbce7e0..96cc23d 100644 --- a/gnome-vfs2.spec +++ b/gnome-vfs2.spec @@ -1,6 +1,6 @@ Name: gnome-vfs2 Version: 2.24.4 -Release: 30 +Release: 31 Summary: GNOME virtual File System License: LGPLv2+ and GPLv2+ URL: http://www.gnome.org/ @@ -8,7 +8,7 @@ Source0: http://download.gnome.org/sources/gnome-vfs/2.24/gnome-vfs-%{vers BuildRequires: GConf2-devel libxml2-devel zlib-devel glib2-devel bzip2-devel ORBit2-devel BuildRequires: popt openjade pkgconfig automake libtool autoconf gtk-doc perl-XML-Parser -BuildRequires: libsmbclient-devel openssl-devel gamin-devel krb5-devel +BuildRequires: libsmbclient-devel openssl-devel krb5-devel BuildRequires: dbus-devel dbus-glib-devel libacl-devel libselinux-devel keyutils-libs-devel BuildRequires: gettext intltool pkgconfig(avahi-client) pkgconfig(avahi-glib) Requires: gvfs GConf2 @@ -48,13 +48,13 @@ GNOME VFS modules and applications that use the GNOME VFS APIs. %prep %autosetup -n gnome-vfs-%{version} -p1 +%build libtoolize --force || : aclocal || : autoheader || : automake --add-missing || : autoconf || : -%build if pkg-config openssl ; then CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS LDFLAGS=`pkg-config --libs-only-L openssl`; export LDFLAGS @@ -62,7 +62,7 @@ fi CFLAGS="%optflags -fno-strict-aliasing" %configure \ --with-samba-includes=`pkg-config --variable=includedir smbclient` \ - --enable-samba --disable-gtk-doc --disable-static + --enable-samba --disable-fam --disable-gtk-doc --disable-static %make_build @@ -114,6 +114,12 @@ make test %{_datadir}/gtk-doc/html/gnome-vfs-2.0/ %changelog +* Thu Sep 23 2021 yangcheng - 2.24.4.31 +- Type:Bugfix +- Id:NA +- SUG:NA +- DESC:Drop dependency on gamin + * Tue Oct 29 2019 openEuler Buildteam - 2.24.4.30 - Adjust buildrequires