remove macro in spec file 14/86214/2 accepted/tizen/common/20160831.161810 accepted/tizen/ivi/20160831.124841 accepted/tizen/mobile/20160831.124654 accepted/tizen/tv/20160831.124718 accepted/tizen/wearable/20160831.124730 submit/tizen/20160831.044825
authorchanywa <cbible.kim@samsung.com>
Wed, 31 Aug 2016 05:45:21 +0000 (14:45 +0900)
committerchanywa <cbible.kim@samsung.com>
Wed, 31 Aug 2016 05:48:30 +0000 (14:48 +0900)
Change-Id: I9ea80d8b56d462213b721de3c31efdb9371b8b1e

maps-plugin-here.changes
packaging/maps-plugin-here.spec

index c60f69a..0917ac5 100644 (file)
@@ -1,3 +1,8 @@
+[Version]   maps-plugin-here_0.3.4
+[Date]      24 Aug 2016
+[Title]     modified to flush gl buffer after rendering
+[Developer] Seechan Kim <cbible.kim@samsung.com>
+
 [Version]   maps-plugin-here_0.3.3
 [Date]      03 Aug 2016
 [Title]     Fixed some problems related with path data of routing
index 12bf472..e38b1fc 100644 (file)
@@ -1,6 +1,6 @@
 Name:       maps-plugin-here
 Summary:    Tizen HERE Maps Plug-in Library
-Version:    0.3.3
+Version:    0.3.4
 Release:    1
 Group:      Location/Libraries
 License:    Apache-2.0 and HERE
@@ -64,11 +64,9 @@ This package provides Plugin APIs capsulating HERE Maps Engine Library for Maps
 %setup -q
 
 %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}