Fix ldconfig search path
Signed-off-by: beta <beta@yfqm.date> (cherry picked from commit 5fc1ca0f6ae04b9021f1a33dc8635d505079658b)
This commit is contained in:
parent
5f74dfe60c
commit
e715c81636
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Name: gnome-settings-daemon
|
Name: gnome-settings-daemon
|
||||||
Version: 44.1
|
Version: 44.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications
|
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://gitlab.gnome.org/GNOME/gnome-settings-daemon
|
URL: https://gitlab.gnome.org/GNOME/gnome-settings-daemon
|
||||||
@ -67,7 +67,7 @@ install -d $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-3.0/gtk-modules
|
|||||||
|
|
||||||
chrpath -d %{buildroot}%{_libexecdir}/*
|
chrpath -d %{buildroot}%{_libexecdir}/*
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
|
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
|
||||||
echo "%{_libdir}/gnome-settings-daemon-43" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
echo "%{_libdir}/gnome-settings-daemon-%{major_version}" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%systemd_user_post %{systemd_units}
|
%systemd_user_post %{systemd_units}
|
||||||
@ -98,6 +98,9 @@ echo "%{_libdir}/gnome-settings-daemon-43" > %{buildroot}%{_sysconfdir}/ld.so.co
|
|||||||
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
|
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 10 2024 beta <beta@yfqm.date> - 44.1-2
|
||||||
|
- Fix ldconfig search path
|
||||||
|
|
||||||
* Mon Nov 27 2023 lwg <liweiganga@uniontech.com> - 44.1-1
|
* Mon Nov 27 2023 lwg <liweiganga@uniontech.com> - 44.1-1
|
||||||
- update to version 44.1
|
- update to version 44.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user