Build excluded on tv emul 29/62629/1 accepted/tizen_tv accepted/tizen/common/20160321.150050 accepted/tizen/ivi/20160321.112807 accepted/tizen/mobile/20160321.112708 accepted/tizen/tv/20160321.112726 accepted/tizen/wearable/20160321.112745 submit/tizen/20160321.002809
authorWootak Jung <wootak.jung@samsung.com>
Thu, 17 Mar 2016 06:48:19 +0000 (15:48 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Thu, 17 Mar 2016 06:48:19 +0000 (15:48 +0900)
Change-Id: I5616083270b5fee6072932651a3b02b2970cccdb

packaging/tel-plugin-atmodem.spec

index c0dd514ad58b3b298f2c5859f802288052c757fa..126df873a38bd9d24c35d7c201e68c560dc1ace8 100644 (file)
@@ -1,6 +1,6 @@
 %define major 0
 %define minor 1
-%define patchlevel 70
+%define patchlevel 71
 
 Name:              tel-plugin-atmodem
 Version:           %{major}.%{minor}.%{patchlevel}
@@ -10,8 +10,11 @@ Summary:           Telephony AT Modem library
 Group:             System/Libraries
 Source0:           tel-plugin-atmodem-%{version}.tar.gz
 
-%if "%{_with_emulator}" == "1"
-%else
+%if "%{profile}" == "tv"
+ExcludeArch: %{arm} %ix86 x86_64
+%endif
+
+%if "%{_with_emulator}" != "1"
 ExcludeArch: %{arm} aarch64
 %endif