From: jungwoo0.lee Date: Tue, 2 Nov 2021 07:37:09 +0000 (-0400) Subject: Use python-accel to accelerate package build X-Git-Tag: accepted/tizen/unified/dev/20230726.115900~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f02fd54201fba58b88a73ad8f4676383f861bb04;p=platform%2Fupstream%2Fiotivity.git Use python-accel to accelerate package build Change-Id: If3afa8624e89482cb4f5d7a7b05ae1639992f529 --- diff --git a/packaging/iotivity.spec b/packaging/iotivity.spec index 6e92627c6..9ccce639a 100644 --- a/packaging/iotivity.spec +++ b/packaging/iotivity.spec @@ -43,8 +43,15 @@ Source1002: %{name}-test.manifest %ifarch armv7l armv7hl armv7nhl armv7tnhl armv7thl %define TARGET_ARCH "armeabi-v7a" %endif +%ifarch armv7l +BuildRequires: python-accel-armv7l-cross-arm +%endif +%ifarch armv7hl +BuildRequires: python-accel-armv7hl-cross-arm +%endif %ifarch aarch64 %define TARGET_ARCH "arm64" +BuildRequires: python-accel-aarch64-cross-aarch64 %endif %ifarch x86_64 %define TARGET_ARCH "x86_64"