!21 [sync] PR-19: 添加sw架构
From: @openeuler-sync-bot Reviewed-by: @t_feng Signed-off-by: @t_feng
This commit is contained in:
commit
ab2a67fce9
@ -1,6 +1,6 @@
|
|||||||
Name: jbig2dec
|
Name: jbig2dec
|
||||||
Version: 0.19
|
Version: 0.19
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: A decoder implementation of the JBIG2 image compression format.
|
Summary: A decoder implementation of the JBIG2 image compression format.
|
||||||
|
|
||||||
License: AGPLv3+
|
License: AGPLv3+
|
||||||
@ -46,7 +46,11 @@ make check
|
|||||||
chrpath -d %{buildroot}%{_bindir}/jbig2dec
|
chrpath -d %{buildroot}%{_bindir}/jbig2dec
|
||||||
|
|
||||||
mkdir -p %{buildroot}/etc/ld.so.conf.d
|
mkdir -p %{buildroot}/etc/ld.so.conf.d
|
||||||
|
%ifarch sw_64
|
||||||
|
echo "/usr/lib" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||||
|
%else
|
||||||
echo "/usr/lib64" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
echo "/usr/lib64" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||||
|
%endif
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
@ -69,6 +73,12 @@ echo "/usr/lib64" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
|||||||
%{_mandir}/man1/%{name}.1*
|
%{_mandir}/man1/%{name}.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 27 2022 wuzx<wuzx1226@qq.com> - 0.19-4
|
||||||
|
- Type:feature
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:Add sw64 architecture
|
||||||
|
|
||||||
* Thu Mar 31 2022 liuyumeng <liuyumeng5@h-partners.com> - 0.19-3
|
* Thu Mar 31 2022 liuyumeng <liuyumeng5@h-partners.com> - 0.19-3
|
||||||
- enable tests
|
- enable tests
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user