|
|
@ -13,7 +13,7 @@
|
|
|
|
Summary: The GNOME virtual file-system libraries
|
|
|
|
Summary: The GNOME virtual file-system libraries
|
|
|
|
Name: gnome-vfs2
|
|
|
|
Name: gnome-vfs2
|
|
|
|
Version: 2.24.4
|
|
|
|
Version: 2.24.4
|
|
|
|
Release: 33%{?dist}
|
|
|
|
Release: 34%{?dist}
|
|
|
|
License: LGPLv2+ and GPLv2+
|
|
|
|
License: LGPLv2+ and GPLv2+
|
|
|
|
# the daemon and the library are LGPLv2+
|
|
|
|
# the daemon and the library are LGPLv2+
|
|
|
|
# the modules are LGPLv2+ and GPLv2+
|
|
|
|
# the modules are LGPLv2+ and GPLv2+
|
|
|
@ -32,7 +32,7 @@ BuildRequires: autoconf
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: perl-XML-Parser
|
|
|
|
BuildRequires: perl-XML-Parser
|
|
|
|
BuildRequires: libsmbclient-devel
|
|
|
|
BuildRequires: libsmbclient-devel
|
|
|
|
BuildRequires: openssl-devel gamin-devel
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: krb5-devel
|
|
|
|
BuildRequires: krb5-devel
|
|
|
|
BuildRequires: pkgconfig(avahi-client) pkgconfig(avahi-glib)
|
|
|
|
BuildRequires: pkgconfig(avahi-client) pkgconfig(avahi-glib)
|
|
|
|
%if %{with hal}
|
|
|
|
%if %{with hal}
|
|
|
@ -152,6 +152,7 @@ shares (SMB) to applications using GNOME VFS.
|
|
|
|
|
|
|
|
|
|
|
|
%patch405 -p1 -b .default-media
|
|
|
|
%patch405 -p1 -b .default-media
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
# for patch 10 and 4
|
|
|
|
# for patch 10 and 4
|
|
|
|
libtoolize --force || :
|
|
|
|
libtoolize --force || :
|
|
|
|
aclocal || :
|
|
|
|
aclocal || :
|
|
|
@ -159,7 +160,6 @@ autoheader || :
|
|
|
|
automake --add-missing || :
|
|
|
|
automake --add-missing || :
|
|
|
|
autoconf || :
|
|
|
|
autoconf || :
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
if pkg-config openssl ; then
|
|
|
|
if pkg-config openssl ; then
|
|
|
|
CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS
|
|
|
|
CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS
|
|
|
|
LDFLAGS=`pkg-config --libs-only-L openssl`; export LDFLAGS
|
|
|
|
LDFLAGS=`pkg-config --libs-only-L openssl`; export LDFLAGS
|
|
|
@ -169,6 +169,7 @@ CFLAGS="%optflags -fno-strict-aliasing" \
|
|
|
|
%configure \
|
|
|
|
%configure \
|
|
|
|
--with-samba-includes=`pkg-config --variable=includedir smbclient` \
|
|
|
|
--with-samba-includes=`pkg-config --variable=includedir smbclient` \
|
|
|
|
--enable-samba \
|
|
|
|
--enable-samba \
|
|
|
|
|
|
|
|
--disable-fam \
|
|
|
|
--disable-gtk-doc \
|
|
|
|
--disable-gtk-doc \
|
|
|
|
%if %{with hal}
|
|
|
|
%if %{with hal}
|
|
|
|
--enable-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
|
|
|
|
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Thu Sep 17 2020 Gwyn Ciesla <gwync@protonmail.com> - 2.24.4-33
|
|
|
|
- Migrate to modern openssl.
|
|
|
|
- Migrate to modern openssl.
|
|
|
|
|
|
|
|
|
|
|
|