Exclude the profiles(TV, Wearable) 30/53430/1
authorSunghyun Kwon <sh0701.kwon@samsung.com>
Mon, 7 Dec 2015 00:06:21 +0000 (09:06 +0900)
committerSunghyun Kwon <sh0701.kwon@samsung.com>
Mon, 7 Dec 2015 00:06:21 +0000 (09:06 +0900)
Change-Id: I3229bbff4b895c0990c2e5aa244ce143a3cbf47f

packaging/capi-messaging-email.spec

index 1c1f515..98c7abe 100644 (file)
@@ -6,6 +6,15 @@ Group:      Messaging/API
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 Source1001:    capi-messaging-email.manifest
+
+%if "%{?tizen_profile_name}" == "wearable"     
+ExcludeArch: %{arm} %ix86 x86_64       
+%endif
+
+%if "%{?tizen_profile_name}" == "tv"
+ExcludeArch: %{arm} %ix86 x86_64
+%endif
+
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(glib-2.0)