BuildRequires: pkgconfig(bundle)
%endif
+%if "%{?profile}" == "mobile"
+ExcludeArch: %{arm} %ix86 x86_64
+%endif
+
+%if "%{?profile}" == "tv"
+ExcludeArch: %{arm} %ix86 x86_64
+%endif
%define _appdir /usr/apps
%define _app_destdir %{_appdir}/%{name}
export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE"
%endif
-%if "%{?tizen_profile_name}" == "mobile"
-ExcludeArch: %{arm} %ix86 x86_64
-%endif
-
-%if "%{?tizen_profile_name}" == "tv"
-ExcludeArch: %{arm} %ix86 x86_64
-%endif
-
export CXXFLAGS="$CXXFLAGS -std=gnu++0x"