From: MyungJoo Ham Date: Mon, 26 Sep 2016 04:25:47 +0000 (+0000) Subject: Remove trivial unnecessary build dependency X-Git-Tag: submit/tizen/20160928.025004^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d76abae20cdded9c44055dfae744d8bb7cc32d53;p=platform%2Fcore%2Faccount%2Fliboauth2.git Remove trivial unnecessary build dependency If this package is not requires for TV profile, Removing this from meta-tv.git and Tizen:TV OBS profile is sufficient. Using "profile" macro in spec file is not recommended and should become deprecated later. However, this fix is not required for Tizen 3.0 release and this is for later releases although this is a very trivial patch. Change-Id: Ie47dbcf9b44eb7be2174311e63331cd728e7b9d2 Signed-off-by: MyungJoo Ham --- diff --git a/packaging/oauth2.spec b/packaging/oauth2.spec index ef7f167..77554b4 100644 --- a/packaging/oauth2.spec +++ b/packaging/oauth2.spec @@ -27,10 +27,6 @@ BuildRequires: pkgconfig(capi-system-info) Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig -%if "%{?profile}" == "tv" -ExcludeArch: %{arm} %ix86 x86_64 -%endif - %description Tizen oauth 2.0 Framework