Drop FAM support

f38
Peter Robinson 4 years ago
parent 738191de9b
commit fe8799e914

@ -13,7 +13,7 @@
Summary: The GNOME virtual file-system libraries
Name: gnome-vfs2
Version: 2.24.4
Release: 33%{?dist}
Release: 34%{?dist}
License: LGPLv2+ and GPLv2+
# the daemon and the library are LGPLv2+
# the modules are LGPLv2+ and GPLv2+
@ -32,7 +32,7 @@ BuildRequires: autoconf
BuildRequires: gtk-doc
BuildRequires: perl-XML-Parser
BuildRequires: libsmbclient-devel
BuildRequires: openssl-devel gamin-devel
BuildRequires: openssl-devel
BuildRequires: krb5-devel
BuildRequires: pkgconfig(avahi-client) pkgconfig(avahi-glib)
%if %{with hal}
@ -152,6 +152,7 @@ shares (SMB) to applications using GNOME VFS.
%patch405 -p1 -b .default-media
%build
# for patch 10 and 4
libtoolize --force || :
aclocal || :
@ -159,7 +160,6 @@ 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
@ -169,6 +169,7 @@ CFLAGS="%optflags -fno-strict-aliasing" \
%configure \
--with-samba-includes=`pkg-config --variable=includedir smbclient` \
--enable-samba \
--disable-fam \
--disable-gtk-doc \
%if %{with hal}
--enable-hal \
@ -257,6 +258,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
%changelog
* Mon Jan 25 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 2.24.4-34
- Drop FAM support
* Thu Sep 17 2020 Gwyn Ciesla <gwync@protonmail.com> - 2.24.4-33
- Migrate to modern openssl.

Loading…
Cancel
Save