From: jkjo92 Date: Mon, 21 Mar 2016 07:47:09 +0000 (+0900) Subject: exclude TV profile X-Git-Tag: submit/tizen_wearable/20160328.055017~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f07b2e4880238dd4f8b2b31f45201f857c459a34;p=platform%2Fcore%2Faccount%2Fliboauth2.git exclude TV profile Change-Id: I822fdfc1b42d85255eb28c5a53cc1c7ff64cb8aa Signed-off-by: jkjo92 --- diff --git a/packaging/oauth2.spec b/packaging/oauth2.spec index da711a5..6f02956 100644 --- a/packaging/oauth2.spec +++ b/packaging/oauth2.spec @@ -25,6 +25,10 @@ BuildRequires: pkgconfig(tpkp-curl) Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig +%if "%{?profile}" == "tv" +ExcludeArch: %{arm} %ix86 x86_64 +%endif + %description Tizen oauth 2.0 Framework