From ba670e0f75fdb15c76f29dac53610b63caf7b6b3 Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Mon, 26 Sep 2016 06:57:43 +0000 Subject: [PATCH] Remove trivial unnecessary build dependency If this package is not requires for TV/Wearable profile, Removing this from meta-tv.git, meta-wearable.git, Tizen:Wearable OBS profile, 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: I2474411c1afb35cd767328c8faa8eff2c17dd06f Signed-off-by: MyungJoo Ham --- packaging/ug-setting-mobileap-efl.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packaging/ug-setting-mobileap-efl.spec b/packaging/ug-setting-mobileap-efl.spec index e2b1756..59ec419 100755 --- a/packaging/ug-setting-mobileap-efl.spec +++ b/packaging/ug-setting-mobileap-efl.spec @@ -9,13 +9,6 @@ Group: App/Network License: Flora-1.1 Source0: %{name}-%{version}.tar.gz -%if "%{?profile}" == "wearable" -ExcludeArch: %{arm} %ix86 x86_64 -%endif -%if "%{?profile}" == "tv" -ExcludeArch: %{arm} %ix86 x86_64 -%endif - BuildRequires: pkgconfig(evas) BuildRequires: pkgconfig(elementary) BuildRequires: pkgconfig(ui-gadget-1) -- 2.7.4