From b660b4f7d2774f112191d4af7ba180b89d35a5a3 Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Mon, 26 Sep 2016 05:40:59 +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: I34579c007d9888496a3042edcbd2d21b58add1ea Signed-off-by: MyungJoo Ham --- packaging/org.tizen.quickpanel.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packaging/org.tizen.quickpanel.spec b/packaging/org.tizen.quickpanel.spec index 411fbb7..eb288e3 100755 --- a/packaging/org.tizen.quickpanel.spec +++ b/packaging/org.tizen.quickpanel.spec @@ -10,14 +10,6 @@ License: Apache-2.0 Source0: %{name}-%{version}.tar.gz Source103: org.tizen.quickpanel.manifest -%if "%{?profile}" == "wearable" -ExcludeArch: %{arm} %ix86 x86_64 -%endif - -%if "%{?profile}"=="tv" -ExcludeArch: %{arm} %ix86 x86_64 -%endif - BuildRequires: pkgconfig(capi-appfw-application) BuildRequires: pkgconfig(capi-system-runtime-info) BuildRequires: pkgconfig(capi-system-info) -- 2.7.4