remove rpath

(cherry picked from commit 39e977530246184b7e1bc5845d5b017bfc36e6b5)
This commit is contained in:
lwg 2023-12-06 16:26:19 +08:00 committed by openeuler-sync-bot
parent af2ce7a73e
commit d6b0b20313

View File

@ -1,6 +1,7 @@
%define chrpath_delete() (find $RPM_BUILD_ROOT/ -type f -exec file {} ';' | grep -W "ELF" | awk -F ':' '{print $1}' | xargs -i chrpath --delete {})
Name: mutter
Version: 3.38.4
Release: 7
Release: 8
Summary: Window and compositing manager based on Clutter
License: GPLv2+
URL: https://www.gnome.org
@ -57,6 +58,8 @@ developing applications that use %{name}.
%install
%meson_install
%chrpath_delete
%delete_la_and_a
%find_lang %{name}
@ -101,7 +104,10 @@ echo "/usr/lib64/mutter-7" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
%{_mandir}/man1/*.1.gz
%changelog
* Tue Dec 14 2022 wuzx<wuzx1226@qq.com> - 3.38.4-7
* Wed Dec 06 2023 Paul Tohmas <relpeace@yeah.net> - 3.38.4-8
- remove rpath
* Tue Dec 14 2022 wuzx <wuzx1226@qq.com> - 3.38.4-7
- Add sw64 architecture
* Tue Dec 13 2022 huajingyun <huajingyun@loongson.cn> - 3.38.4-6