From: Juyeon Lee Date: Tue, 7 Mar 2017 13:50:53 +0000 (+0900) Subject: spec: remove profile build dependency X-Git-Tag: submit/tizen_3.0/20170310.225521~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F28%2F117828%2F1;p=platform%2Fupstream%2Fenlightenment.git spec: remove profile build dependency 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 --- diff --git a/packaging/enlightenment.spec b/packaging/enlightenment.spec index d8ac03bb04..5666a39f5a 100755 --- a/packaging/enlightenment.spec +++ b/packaging/enlightenment.spec @@ -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)