From: chanywa Date: Wed, 31 Aug 2016 05:45:21 +0000 (+0900) Subject: remove macro in spec file X-Git-Tag: submit/tizen/20160831.044825^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0bbe98dc9d2ee88952ab47253eeaf8538bfb9e9b;p=platform%2Fcore%2Flocation%2Fmaps-plugin-here.git remove macro in spec file Change-Id: I9ea80d8b56d462213b721de3c31efdb9371b8b1e --- diff --git a/maps-plugin-here.changes b/maps-plugin-here.changes index c60f69a..0917ac5 100644 --- a/maps-plugin-here.changes +++ b/maps-plugin-here.changes @@ -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 + [Version] maps-plugin-here_0.3.3 [Date] 03 Aug 2016 [Title] Fixed some problems related with path data of routing diff --git a/packaging/maps-plugin-here.spec b/packaging/maps-plugin-here.spec index 12bf472..e38b1fc 100644 --- a/packaging/maps-plugin-here.spec +++ b/packaging/maps-plugin-here.spec @@ -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}