From: Jeesun Kim Date: Fri, 4 Dec 2015 01:05:13 +0000 (+0900) Subject: exclude arch TV X-Git-Tag: accepted/tizen/mobile/20151206.224536~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83485b2b36c0ae583cf0ba8248d3729a803af1e5;p=platform%2Fcore%2Fpim%2Fcontacts-service.git exclude arch TV Change-Id: I9da85a6a537476118215110f531dacc55db7380a --- 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)