From 0e50c6a225dc908f7cecfc85565e575f97d5ef3f Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Tue, 28 Jan 2025 14:44:18 +0800 Subject: [PATCH] enable nfs extension --- gvfs.spec | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/gvfs.spec b/gvfs.spec index de0d47d..3d1e03c 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -22,12 +22,12 @@ Name: gvfs Version: 1.54.4 -Release: 2 +Release: 3 Summary: gvfs is a backends for the gio framework in GLib -License: LGPL-2.0-or-later AND GPL-3.0-only AND MPL-2.0 AND BSD-3-Clause +License: LGPL-2.0-or-later AND GPL-3.0-only AND MPL-2.0 AND BSD-3-Clause-Sun URL: https://wiki.gnome.org/Projects/gvfs -Source0: https://download.gnome.org/sources/gvfs/1.54/gvfs-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gvfs/%{version_major_minor}/gvfs-%{version}.tar.xz @@ -103,7 +103,7 @@ This package containers the headers and other files which are required for devel %build %meson -Dinstalled_tests=true \ -Dman=true \ - -Dnfs=false \ + -Dnfs=true \ -Dbluray=false \ -Dafc=false \ -Darchive=false \ @@ -116,12 +116,6 @@ This package containers the headers and other files which are required for devel %install %meson_install -chrpath -d %{buildroot}%{_libdir}/gio/modules/*.so -chrpath -d %{buildroot}%{_libdir}/gvfs/*.so -chrpath -d %{buildroot}%{_libexecdir}/gvfs* -mkdir -p %{buildroot}/etc/ld.so.conf.d -echo "%{_libdir}/gio/modules" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf -echo "%{_libdir}/gvfs" >> %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf # trashlib is GPLv3, include the license cp -p daemon/trashlib/COPYING COPYING.GPL3 @@ -152,7 +146,6 @@ killall -USR1 gvfsd >&/dev/null || : %doc NEWS README.md %{_libdir}/gvfs/libgvfscommon.so %{_libdir}/gio/modules/*.so -%config(noreplace) /etc/ld.so.conf.d/* %files devel %{_includedir}/gvfs-client/gvfs/gvfs*.h @@ -166,6 +159,10 @@ killall -USR1 gvfsd >&/dev/null || : %{_mandir}/man1/gvfsd-fuse.1* %changelog +* Sun Sep 21 2025 Funda Wang - 1.54.4-3 +- enable nfs extension +- drop uselss ld.so.conf for modules + * Tue Sep 02 2025 Ge Wang - 1.54.4-2 - License compliance rectification -- Gitee