Remove trivial unnecessary build dependency 16/89616/1 accepted/tizen/3.0/ivi/20161011.065210 accepted/tizen/3.0/mobile/20161015.034436 accepted/tizen/3.0/tv/20161016.010105 accepted/tizen/common/20160928.164149 accepted/tizen/ivi/20160929.081231 accepted/tizen/mobile/20160929.081125 accepted/tizen/tv/20160929.081207 submit/tizen/20160928.053415 submit/tizen_3.0_ivi/20161010.000007 submit/tizen_3.0_mobile/20161015.000007 submit/tizen_3.0_tv/20161015.000006
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 26 Sep 2016 06:57:43 +0000 (06:57 +0000)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 26 Sep 2016 06:57:43 +0000 (06:57 +0000)
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 <myungjoo.ham@samsung.com>
packaging/ug-setting-mobileap-efl.spec

index e2b1756..59ec419 100755 (executable)
@@ -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)