remove rpath

Signed-off-by: 丈青山 <lin.zhang@turbolinux.com.cn>
This commit is contained in:
丈青山 2023-03-15 06:10:22 +00:00 committed by Gitee
parent acd48bab1d
commit e7e35a749f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <lin.zhang@turbolinux.com.cn> - 1.50.2-2
- remove rpath
* Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.50.2-1
- Update to 1.50.2