From 209f565570c0e8fe5aae91b45180accab6f875b9 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Sat, 30 Jul 2022 09:42:02 +0800 Subject: [PATCH] Do check on X86 and ARM64 --- libnice.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libnice.spec b/libnice.spec index 4c2f5c9..1c42262 100644 --- a/libnice.spec +++ b/libnice.spec @@ -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 - 0.1.14-12 +- Do check on X86 and ARM64 + * Tue Mar 29 2022 yaoxin - 0.1.14-11 - Repair failed to execute "gtkdocize"