From 0bbe98dc9d2ee88952ab47253eeaf8538bfb9e9b Mon Sep 17 00:00:00 2001 From: chanywa Date: Wed, 31 Aug 2016 14:45:21 +0900 Subject: [PATCH] remove macro in spec file Change-Id: I9ea80d8b56d462213b721de3c31efdb9371b8b1e --- maps-plugin-here.changes | 5 +++++ packaging/maps-plugin-here.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) 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} -- 2.34.1