diff --git a/gvfs.spec b/gvfs.spec index 20e1fea0769bb6ecfea3334cb750a3a24cb48dca..e86419e3502083857b8059ccc51be2c9166a828b 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,10 @@ 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* + # trashlib is GPLv3, include the license cp -p daemon/trashlib/COPYING COPYING.GPL3 @@ -157,6 +161,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