removed TIZEN_ENGINEER_MODE flag in the .spec file 09/86809/1
authorchanywa <cbible.kim@samsung.com>
Mon, 5 Sep 2016 04:51:53 +0000 (13:51 +0900)
committerchanywa <cbible.kim@samsung.com>
Mon, 5 Sep 2016 04:51:53 +0000 (13:51 +0900)
Change-Id: I4648fde90c96e207f58c1625b3aa9605bad91b0e

packaging/maps-plugin-mapzen.spec

index 41faf3e..7ddfaff 100644 (file)
@@ -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}