spec: remove profile build dependency 28/117828/1
authorJuyeon Lee <juyeonne.lee@samsung.com>
Tue, 7 Mar 2017 13:50:53 +0000 (22:50 +0900)
committerJuyeon Lee <juyeonne.lee@samsung.com>
Tue, 7 Mar 2017 13:53:09 +0000 (22:53 +0900)
The profile macro is going to be elimated after Tizen 3.0 public
so need to considered how to apply libgomp for specific system further

Change-Id: I7eb18f6b60d6a42ec042012797b54578aba81837

packaging/enlightenment.spec

index d8ac03bb04c88ff3c703765a15c26aca9ac19151..5666a39f5a81fbcf1b3953126ca90ef49fa121cc 100755 (executable)
@@ -8,12 +8,14 @@ Group:          Graphics/EFL
 Source0:        enlightenment-%{version}.tar.bz2
 Source1001:     enlightenment.manifest
 
+%if 0%{?tizen_version_major} <= 3
 # use libgomp only in arm 32bit mobile
 %ifarch %{arm}
 %if "%{?profile}" == "mobile"
 %define LIBGOMP use
 %endif
 %endif
+%endif
 
 BuildRequires:  eet-tools
 BuildRequires:  pkgconfig(dbus-1)