From 8660084fae65f185ba30b676adcc3d0e4cd0e1fa Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Mon, 26 Sep 2016 05:14:07 +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: I9e5c00f33b3999cd676e621c9c9418ce37afa0dd Signed-off-by: MyungJoo Ham --- packaging/tel-plugin-indicator.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packaging/tel-plugin-indicator.spec b/packaging/tel-plugin-indicator.spec index 79546a5..aedf11f 100644 --- a/packaging/tel-plugin-indicator.spec +++ b/packaging/tel-plugin-indicator.spec @@ -10,10 +10,6 @@ Summary: Telephony Indicator plugin Group: System/Libraries Source0: tel-plugin-indicator-%{version}.tar.gz -%if "%{profile}" == "tv" -ExcludeArch: %{arm} %ix86 x86_64 -%endif - BuildRequires: cmake BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(glib-2.0) -- 2.7.4