From 4bfe7465e06518483a8202a1e4ad3d9723d92f25 Mon Sep 17 00:00:00 2001 From: Chenxi Mao Date: Tue, 2 Nov 2021 09:28:51 +0800 Subject: [PATCH] libnice: Do make on aarch64 as intel did. Current spec file only make check on X86 arch. Based on our test, aarch64 can make check and test pass as well. So remove arch check and do make check on all arch. Signed-off-by: Chenxi Mao --- libnice.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/libnice.spec b/libnice.spec index 2505696..26bba04 100644 --- a/libnice.spec +++ b/libnice.spec @@ -1,6 +1,6 @@ Name: libnice Version: 0.1.14 -Release: 10 +Release: 11 Summary: An implementation of ICE standard License: LGPLv2 and MPLv1.1 URL: https://nice.freedesktop.org/wiki/ @@ -54,10 +54,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 @@ -77,6 +75,12 @@ make check %{_datadir}/{gtk-doc/html/libnice/,gir-1.0/Nice-0.1.gir} %changelog +* Tue Nov 1 2021 Chenxi Mao - 0.1.14-11 +- Type:enhancement +- Id:NA +- SUG:NA +- DESC: Do check on X86 and ARM64 + * Wed Jan 15 2020 openEuler Buildteam - 0.1.14-10 - Type:enhancement - Id:NA