fix so file not found in non-64-bit env
(cherry picked from commit 1f583056c15fc0946bb5fe39ae34e5154b0bf635)
This commit is contained in:
parent
49fd29c5a3
commit
fac3600c29
@ -1,6 +1,6 @@
|
||||
Name: libproxy
|
||||
Version: 0.5.3
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Libproxy is a library that provides automatic proxy configuration management
|
||||
|
||||
License: LGPL-2.1-or-later
|
||||
@ -46,7 +46,7 @@ This package contains libraries and header files for developing applications.
|
||||
chrpath -d $RPM_BUILD_ROOT%{_libdir}/*.so*
|
||||
chrpath -d $RPM_BUILD_ROOT%{_libdir}/%{name}/*.so
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
|
||||
echo "/usr/lib64/libproxy" > $RPM_BUILD_ROOT/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
echo "%{_libdir}/libproxy" > $RPM_BUILD_ROOT/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
@ -77,6 +77,12 @@ echo "/usr/lib64/libproxy" > $RPM_BUILD_ROOT/etc/ld.so.conf.d/%{name}-%{_arch}.c
|
||||
%{_datadir}/doc/libproxy-1.0/
|
||||
|
||||
%changelog
|
||||
* Mon Jul 01 2024 zhouyihang <zhouyihang3@h-partners.com> - 0.5.3-3
|
||||
- Type:bugfix
|
||||
- Id:NA
|
||||
- SUG:NA
|
||||
- DESC:fix so file not found in non-64-bit env
|
||||
|
||||
* Tue Aug 29 2023 zhouyihang <zhouyihang3@h-partners.com> - 0.5.3-2
|
||||
- Type:bugfix
|
||||
- Id:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user