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
|
Name: gnome-settings-daemon
|
||||||
Version: 3.30.1.2
|
Version: 3.30.1.2
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Settings of GNOME Sessions and related applications
|
Summary: Settings of GNOME Sessions and related applications
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://download.gnome.org/sources/%{name}
|
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-*
|
chrpath -d %{buildroot}%{_libexecdir}/gsd-*
|
||||||
mkdir -p %{buildroot}/etc/ld.so.conf.d
|
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
|
%files -f %{name}.lang
|
||||||
%doc AUTHORS NEWS
|
%doc AUTHORS NEWS
|
||||||
@ -79,6 +79,9 @@ echo "%{_libdir}/%{name}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
|||||||
%{_libexecdir}/gsd-test-input-helper
|
%{_libexecdir}/gsd-test-input-helper
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 09 2023 zhangxianting <zhangxianting@uniontech.com> - 3.30.1.2-3
|
||||||
- Remove rpath
|
- Remove rpath
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user