From e7e35a749f5464ad4a893f98241d08f4f8178bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=88=E9=9D=92=E5=B1=B1?= Date: Wed, 15 Mar 2023 06:10:22 +0000 Subject: [PATCH] remove rpath MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 丈青山 --- gvfs.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/gvfs.spec b/gvfs.spec index 20e1fea..2e96b5a 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -22,14 +22,14 @@ Name: gvfs Version: 1.50.2 -Release: 1 +Release: 2 Summary: gvfs is a backends for the gio framework in GLib License: GPLv3 and LGPLv2+ and BSD and MPLv2.0 URL: https://wiki.gnome.org/Projects/gvfs Source0: https://download.gnome.org/sources/gvfs/1.50/gvfs-%{version}.tar.xz -BuildRequires: /usr/bin/ssh meson gcc libexif-devel gettext-devel docbook-style-xsl +BuildRequires: /usr/bin/ssh meson gcc libexif-devel gettext-devel docbook-style-xsl chrpath BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(gcr-3) BuildRequires: pkgconfig(libxslt) @@ -114,6 +114,11 @@ 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* +chrpath -d %{buildroot} + # trashlib is GPLv3, include the license cp -p daemon/trashlib/COPYING COPYING.GPL3 @@ -157,6 +162,9 @@ killall -USR1 gvfsd >&/dev/null || : %{_mandir}/man1/gvfsd-fuse.1* %changelog +* Mon Mar 13 2023 lin zhang - 1.50.2-2 +- remove rpath + * Mon Jun 6 2022 lin zhang - 1.50.2-1 - Update to 1.50.2