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
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)