!27 remove rpath
From: @zhang__3125 Reviewed-by: @leeffo Signed-off-by: @leeffo
This commit is contained in:
commit
db56199192
12
gvfs.spec
12
gvfs.spec
@ -22,14 +22,14 @@
|
|||||||
|
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 1.50.2
|
Version: 1.50.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: gvfs is a backends for the gio framework in GLib
|
Summary: gvfs is a backends for the gio framework in GLib
|
||||||
License: GPLv3 and LGPLv2+ and BSD and MPLv2.0
|
License: GPLv3 and LGPLv2+ and BSD and MPLv2.0
|
||||||
URL: https://wiki.gnome.org/Projects/gvfs
|
URL: https://wiki.gnome.org/Projects/gvfs
|
||||||
|
|
||||||
Source0: https://download.gnome.org/sources/gvfs/1.50/gvfs-%{version}.tar.xz
|
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(dbus-1)
|
||||||
BuildRequires: pkgconfig(gcr-3)
|
BuildRequires: pkgconfig(gcr-3)
|
||||||
BuildRequires: pkgconfig(libxslt)
|
BuildRequires: pkgconfig(libxslt)
|
||||||
@ -114,6 +114,11 @@ This package containers the headers and other files which are required for devel
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_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
|
# trashlib is GPLv3, include the license
|
||||||
cp -p daemon/trashlib/COPYING COPYING.GPL3
|
cp -p daemon/trashlib/COPYING COPYING.GPL3
|
||||||
|
|
||||||
@ -157,6 +162,9 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
%{_mandir}/man1/gvfsd-fuse.1*
|
%{_mandir}/man1/gvfsd-fuse.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.50.2-1
|
||||||
- Update to 1.50.2
|
- Update to 1.50.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user