From: chanywa Date: Mon, 5 Sep 2016 04:51:53 +0000 (+0900) Subject: removed TIZEN_ENGINEER_MODE flag in the .spec file X-Git-Tag: submit/tizen_3.0/20161108.012559~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=452d704654ab1fff3cfef7b4b286d8924ec4031e;p=platform%2Fcore%2Flocation%2Fmaps-plugin-mapzen.git removed TIZEN_ENGINEER_MODE flag in the .spec file Change-Id: I4648fde90c96e207f58c1625b3aa9605bad91b0e --- diff --git a/packaging/maps-plugin-mapzen.spec b/packaging/maps-plugin-mapzen.spec index 41faf3e..7ddfaff 100644 --- a/packaging/maps-plugin-mapzen.spec +++ b/packaging/maps-plugin-mapzen.spec @@ -3,7 +3,7 @@ Summary: Tizen Mapzen Maps Plug-in Library Version: 0.0.1 Release: 1 Group: Location/Libraries -License: Apache-2.0 +License: Apache-2.0 Source0: %{name}-%{version}.tar.gz Source1: deps.tar.gz ExclusiveArch: %ix86 x86_64 %arm aarch64 @@ -51,11 +51,6 @@ This package provides Plugin APIs for Mapzen. %setup -q -T -D -a 1 %build -%if 0%{?tizen_build_binary_release_type_eng} -export CFLAGS="$CFLAGS -DTIZEN_ENGINEER_MODE -g" -export CXXFLAGS="$CXXFLAGS -DTIZEN_ENGINEER_MODE -g" -export FFLAGS="$FFLAGS -DTIZEN_ENGINEER_MODE" -%endif MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DMAJORVER=${MAJORVER} -DFULLVER=%{version} -DLIBDIR=lib -DARCH=%{ARCH} -DSYSCONF_DIR=%{_sysconfdir}