!41 [sync] PR-40: remove rpath
From: @openeuler-sync-bot Reviewed-by: @t_feng Signed-off-by: @t_feng
This commit is contained in:
commit
4b296806da
10
mutter.spec
10
mutter.spec
@ -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
|
Name: mutter
|
||||||
Version: 3.38.4
|
Version: 3.38.4
|
||||||
Release: 7
|
Release: 8
|
||||||
Summary: Window and compositing manager based on Clutter
|
Summary: Window and compositing manager based on Clutter
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://www.gnome.org
|
URL: https://www.gnome.org
|
||||||
@ -57,6 +58,8 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
%chrpath_delete
|
||||||
|
|
||||||
%delete_la_and_a
|
%delete_la_and_a
|
||||||
|
|
||||||
%find_lang %{name}
|
%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
|
%{_mandir}/man1/*.1.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
- Add sw64 architecture
|
||||||
|
|
||||||
* Tue Dec 13 2022 huajingyun <huajingyun@loongson.cn> - 3.38.4-6
|
* Tue Dec 13 2022 huajingyun <huajingyun@loongson.cn> - 3.38.4-6
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user