From 271a27fe40d5d4761d93de038690ef97aebe18f5 Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Mon, 26 Sep 2016 05:00:15 +0000 Subject: [PATCH] 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 --- packaging/tel-plugin-nitz.spec | 4 ---- 1 file changed, 4 deletions(-) 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) -- 2.7.4