From: MyungJoo Ham Date: Mon, 26 Sep 2016 05:00:15 +0000 (+0000) Subject: Remove trivial unnecessary build dependency X-Git-Tag: submit/tizen/20161130.024245~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=271a27fe40d5d4761d93de038690ef97aebe18f5;p=platform%2Fcore%2Ftelephony%2Ftel-plugin-nitz.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: I02386ee23a4a9f54adc38393190666cf7921c5bf Signed-off-by: MyungJoo Ham --- diff --git a/packaging/tel-plugin-nitz.spec b/packaging/tel-plugin-nitz.spec index 80a5ff3..8169f07 100644 --- a/packaging/tel-plugin-nitz.spec +++ b/packaging/tel-plugin-nitz.spec @@ -15,10 +15,6 @@ Source0: tel-plugin-nitz-%{version}.tar.gz Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig -%if "%{profile}" == "tv" -ExcludeArch: %{arm} %ix86 x86_64 -%endif - BuildRequires: cmake BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(libxml-2.0)