From: MyungJoo Ham Date: Fri, 14 Oct 2016 05:21:31 +0000 (+0000) Subject: Remove trivial profile build dependency X-Git-Tag: accepted/tizen/3.0/mobile/20161028.150539~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=20101aed68fc2daba5bc174f52205071e5f70bea;p=profile%2Fmobile%2Fapps%2Fnative%2Findicator.git Remove trivial profile build dependency Because Tizen:Wearable and Tizen:TV in build.tizen.org do not have this package included, these statements are meaningless. With Tizen 4.0 configurability, mering all Tizen OBS profile projects into one, such statements are even dangerous. Let's remove dangerous and useless statements. Change-Id: Ib01466c15b34f4ca30d51ef9bd097cc286350f8a Signed-off-by: MyungJoo Ham --- diff --git a/packaging/org.tizen.indicator.spec b/packaging/org.tizen.indicator.spec index 9d39b3e..b5b1440 100644 --- a/packaging/org.tizen.indicator.spec +++ b/packaging/org.tizen.indicator.spec @@ -6,14 +6,6 @@ Group: utils License: Apache-2.0 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(capi-appfw-application) BuildRequires: pkgconfig(capi-appfw-app-manager) BuildRequires: pkgconfig(capi-system-runtime-info)