Do check on X86 and ARM64

This commit is contained in:
wk333 2022-07-30 09:42:02 +08:00
parent 0a5b07337d
commit 209f565570

View File

@ -1,6 +1,6 @@
Name: libnice
Version: 0.1.14
Release: 11
Release: 12
Summary: An implementation of ICE standard
License: LGPLv2 and MPLv1.1
URL: https://nice.freedesktop.org/wiki/
@ -55,10 +55,8 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%delete_la
%check
%ifarch x86_64 %{ix86}
export LD_LIBRARY_PATH="$PWD/nice/.libs"
make check
%endif
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@ -78,6 +76,9 @@ make check
%{_datadir}/{gtk-doc/html/libnice/,gir-1.0/Nice-0.1.gir}
%changelog
* Tue Mar 29 2022 wangkai <wangkai385@h-partners.com> - 0.1.14-12
- Do check on X86 and ARM64
* Tue Mar 29 2022 yaoxin <yaoxin30@huawei.com> - 0.1.14-11
- Repair failed to execute "gtkdocize"