From: MyungJoo Ham Date: Mon, 26 Sep 2016 04:20:32 +0000 (+0000) Subject: Remove trivial unnecessary build dependency X-Git-Tag: accepted/tizen/3.0/common/20161114.105129~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F89547%2F1;p=platform%2Fcore%2Faccount%2Faccount-parser.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: I2b72cc0d6df630eae537b8b6947938633dad1bbd Signed-off-by: MyungJoo Ham --- diff --git a/packaging/account-parser.spec b/packaging/account-parser.spec index 26a25ec..93ec481 100644 --- a/packaging/account-parser.spec +++ b/packaging/account-parser.spec @@ -18,10 +18,6 @@ BuildRequires: pkgconfig(pkgmgr-installer) 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.