From b3f6eb7098f69887c244d2e36619cab5b20fa2ee Mon Sep 17 00:00:00 2001 From: jang Date: Fri, 18 Mar 2016 12:48:39 +0900 Subject: [PATCH] exclude in tv profile. Change-Id: I4d196344a93880ceae1ba80734e0984c7d2dabcc Signed-off-by: jang --- packaging/account-parser.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packaging/account-parser.spec b/packaging/account-parser.spec index 79c9192..28c128b 100644 --- a/packaging/account-parser.spec +++ b/packaging/account-parser.spec @@ -17,6 +17,10 @@ BuildRequires: pkgconfig(pkgmgr-info) BuildRequires: pkgconfig(capi-appfw-app-manager) BuildRequires: pkgconfig(libtzplatform-config) +%if "%{?profile}" == "tv" +ExcludeArch: %{arm} %ix86 x86_64 +%endif + %description account parser C library of package manager to install account application. -- 2.7.4