From 29e91566cd2b61dab6582d796f050a3d3d08d934 Mon Sep 17 00:00:00 2001 From: Jeesun Kim Date: Fri, 4 Dec 2015 18:32:01 +0900 Subject: [PATCH] exclude arch TV Change-Id: I6883f67505f544d487d5636791784af325221957 --- packaging/contacts-service.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packaging/contacts-service.spec b/packaging/contacts-service.spec index 438cafd..040c3fe 100644 --- a/packaging/contacts-service.spec +++ b/packaging/contacts-service.spec @@ -7,6 +7,11 @@ License: Apache-2.0 Source0: %{name}-%{version}.tar.gz Source1: contacts-service.service Source2: contacts-service.socket + +%if "%{?tizen_profile_name}" == "tv" +ExcludeArch: %{arm} %ix86 x86_64 +%endif + BuildRequires: cmake BuildRequires: pkgconfig(db-util) BuildRequires: pkgconfig(vconf) -- 2.7.4