Exclude from all builds except 32bit arm mobile build 67/56667/1 accepted/tizen/mobile/20160112.224653 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000001 submit/tizen_mobile/20160112.054431
authorMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 12 Jan 2016 01:22:39 +0000 (10:22 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 12 Jan 2016 01:22:39 +0000 (10:22 +0900)
Change-Id: I609b4a114916c4d9c9059e2f5bbc918713b4a81a
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
packaging/sensor-plugins-tm1.spec

index ad321bb..5321ac7 100644 (file)
@@ -6,6 +6,12 @@ Group:      System/Sensor Framework
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 
+%if "%{?profile}" == "mobile"
+ExcludeArch: aarch64 %ix86 x86_64
+%else
+ExcludeArch: %{arm} aarch64 %ix86 x86_64
+%endif
+
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(libxml-2.0)