add mutter so path to /etc/ld.so.conf.d

Signed-off-by: beta <beta@yfqm.date>
This commit is contained in:
beta 2023-11-27 15:15:30 +08:00
parent 7cb4b17170
commit 1f2460e574
No known key found for this signature in database
GPG Key ID: C7C3F9C0ED57B6CD

View File

@ -1,6 +1,6 @@
Name: gnome-shell
Version: 3.30.1
Release: 11
Release: 12
Summary: Core user interface functions for the GNOME 3 desktop
Group: User Interface/Desktops
License: GPLv2+
@ -73,6 +73,7 @@ chrpath -d %{buildroot}%{_libdir}/%{name}/lib%{name}.so
chrpath -d %{buildroot}%{_libdir}/%{name}/lib%{name}-menu.so
mkdir -p %{buildroot}/etc/ld.so.conf.d
echo "%{_libdir}/%{name}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
echo "%{_libdir}/mutter" >> %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Shell.desktop
@ -134,6 +135,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null
%{_mandir}/man1/%{name}.1.gz
%changelog
* Mon Nov 27 2023 beta <beta@yfqm.date> - 3.30.1-12
- add mutter so path to /etc/ld.so.conf.d
* Thu Nov 09 2023 zhangxianting <zhangxianting@uniontech.com> - 3.30.1-11
- Remove rpath