[4.0] Remove trivial unnecessary profile dependencies 09/94309/1
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 28 Oct 2016 06:56:40 +0000 (15:56 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 28 Oct 2016 06:57:27 +0000 (15:57 +0900)
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 <myungjoo.ham@samsung.com>
packaging/my-account.spec

index 805596f..2d45404 100644 (file)
@@ -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)