!35 [sync] PR-34: Remove rpath in installed-tests
From: @openeuler-sync-bot Reviewed-by: @t_feng Signed-off-by: @t_feng
This commit is contained in:
commit
97340748ca
@ -37,7 +37,7 @@
|
||||
|
||||
Name: evolution-data-server
|
||||
Version: 3.46.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Backend data server for Evolution
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Apps/Evolution
|
||||
@ -195,6 +195,7 @@ chrpath -d %{buildroot}%{_libexecdir}/evolution-scan-gconf-tree-xml
|
||||
chrpath -d %{buildroot}%{_libexecdir}/%{name}/evolution-alarm-notify
|
||||
chrpath -d %{buildroot}%{_libexecdir}/%{name}/list-sources
|
||||
chrpath -d %{buildroot}%{_libexecdir}/%{name}/addressbook-export
|
||||
file `find %{buildroot}%{_libexecdir}/%{name}/installed-tests -type f` | grep -w ELF | awk -F: '{print $1}' | xargs chrpath -d
|
||||
|
||||
mkdir -p %{buildroot}/etc/ld.so.conf.d
|
||||
echo "%{_libdir}/%{name}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
@ -409,6 +410,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
%{_libexecdir}/evolution-data-server/csv2vcard
|
||||
|
||||
%changelog
|
||||
* Sat Mar 04 2023 wangkai <wangkai385@h-partners.com> - 3.46.2-2
|
||||
- Remove rpath in installed-tests
|
||||
|
||||
* Mon Jan 2 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 3.46.2-1
|
||||
- Update to 3.46.2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user