From: MyungJoo Ham Date: Fri, 28 Oct 2016 06:56:40 +0000 (+0900) Subject: [4.0] Remove trivial unnecessary profile dependencies X-Git-Tag: accepted/tizen/unified/20170309.075038~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bab025268b9985eb1637183743f248e20a1941d4;p=profile%2Fwearable%2Fapps%2Fnative%2Fmy-account.git [4.0] Remove trivial unnecessary profile dependencies You do not need to add ExclusiveArch to ensure exclusion for a profile binary. It is to be handled by kickstarter/mic and their input data. Because non-wearable OBS projects do not have this git path included, this does not affect the correctness, either. Marked [4.0] because this does not fix an issue for 3.0. Change-Id: I779e89de258abeb03ceb15d5948253f7e6e18dc6 Signed-off-by: MyungJoo Ham --- diff --git a/packaging/my-account.spec b/packaging/my-account.spec index 805596f..2d45404 100644 --- a/packaging/my-account.spec +++ b/packaging/my-account.spec @@ -6,21 +6,7 @@ Group: main/devel License: Apache-2.0 Source0: %{name}-%{version}.tar.gz -%if "%{?profile}" == "wearable" %global PREFIX %{_prefix}/apps/org.tizen.my-account/ -%endif - -%if "%{?profile}" == "mobile" -ExcludeArch: %{arm} %ix86 x86_64 -%endif - -%if "%{?profile}" == "tv" -ExcludeArch: %{arm} %ix86 x86_64 -%endif - -%if "%{?profile}" == "common" -ExcludeArch: %{arm} %ix86 x86_64 -%endif BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(syspopup)