From 8cfc80e0cf55231c8bd60befc8d08a375d106a3e Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Mon, 23 May 2016 10:41:29 +0900 Subject: [PATCH] Exclude TV profile Change-Id: I0dbf00e9c4c0699f56dd286e639d129b7bcfa259 Signed-off-by: Seonah Moon --- packaging/ug-setting-mobileap-efl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packaging/ug-setting-mobileap-efl.spec b/packaging/ug-setting-mobileap-efl.spec index 83d685f..71795d5 100755 --- a/packaging/ug-setting-mobileap-efl.spec +++ b/packaging/ug-setting-mobileap-efl.spec @@ -3,7 +3,7 @@ Name: ug-setting-mobileap-efl Summary: Tethering UI Gadget Library -Version: 1.0.135 +Version: 1.0.136 Release: 1 Group: App/Network License: Flora-1.1 @@ -12,6 +12,9 @@ Source0: %{name}-%{version}.tar.gz %if "%{?profile}" == "wearable" ExcludeArch: %{arm} %ix86 x86_64 %endif +%if "%{?profile}" == "tv" +ExcludeArch: %{arm} %ix86 x86_64 +%endif BuildRequires: pkgconfig(evas) BuildRequires: pkgconfig(elementary) -- 2.7.4