Remove trivial profile build dependency 33/92233/1
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 14 Oct 2016 05:21:31 +0000 (05:21 +0000)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 14 Oct 2016 05:32:30 +0000 (05:32 +0000)
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 <myungjoo.ham@samsung.com>
packaging/org.tizen.indicator.spec

index 9d39b3e3d72e6ac19febc2c2682fbd09f5fdea22..b5b1440b88f5f8537831b3f0bf364cb84c8873d4 100644 (file)
@@ -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)