Fix ldconfig search path
Signed-off-by: beta <beta@yfqm.date>
This commit is contained in:
parent
b101990940
commit
3b6e0fde05
@ -1,6 +1,6 @@
|
||||
Name: gnome-settings-daemon
|
||||
Version: 3.30.1.2
|
||||
Release: 3
|
||||
Release: 4
|
||||
Summary: Settings of GNOME Sessions and related applications
|
||||
License: GPLv2+
|
||||
URL: https://download.gnome.org/sources/%{name}
|
||||
@ -56,7 +56,7 @@ install -d $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-3.0/gtk-modules
|
||||
|
||||
chrpath -d %{buildroot}%{_libexecdir}/gsd-*
|
||||
mkdir -p %{buildroot}/etc/ld.so.conf.d
|
||||
echo "%{_libdir}/%{name}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
echo "%{_libdir}/gnome-settings-daemon-3.0" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc AUTHORS NEWS
|
||||
@ -79,6 +79,9 @@ echo "%{_libdir}/%{name}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
%{_libexecdir}/gsd-test-input-helper
|
||||
|
||||
%changelog
|
||||
* Fri Dec 01 2023 beta <beta@yfqm.date> - 3.30.1.2-4
|
||||
- Fix ldconfig search path
|
||||
|
||||
* Thu Nov 09 2023 zhangxianting <zhangxianting@uniontech.com> - 3.30.1.2-3
|
||||
- Remove rpath
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user