X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fdali.spec;h=61004e501fd0deef51f4cc933978a6bb2077460f;hb=88c06f8cdea30606c625dd3a7aecb0df8652af72;hp=b6a5fb0ecd0b148f79eb6a9d36424da292b02ab2;hpb=81bb4cb83cede27341dc55ffdd85ee6ce50b5340;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/packaging/dali.spec b/packaging/dali.spec index b6a5fb0..61004e5 100644 --- a/packaging/dali.spec +++ b/packaging/dali.spec @@ -1,6 +1,6 @@ Name: dali Summary: DALi 3D Engine -Version: 1.2.57 +Version: 1.3.28 Release: 1 Group: System/Libraries License: Apache-2.0 and BSD-3-Clause and MIT @@ -105,7 +105,7 @@ Integration development package for DALi 3D Engine - headers for integrating wit %build PREFIX="/usr" CXXFLAGS+=" -Wall -g -Os -DNDEBUG -fPIC -fvisibility-inlines-hidden -fdata-sections -ffunction-sections " -LDFLAGS+=" -Wl,--rpath=$PREFIX/lib -Wl,--as-needed -Wl,--gc-sections -lgcc_s -lgcc -lpthread -Wl,-Bsymbolic-functions " +LDFLAGS+=" -Wl,--rpath=$PREFIX/lib -Wl,--as-needed -Wl,--gc-sections -lgcc_s -lgcc -Wl,-Bsymbolic-functions " %ifarch %{arm} CXXFLAGS+=" -D_ARCH_ARM_ -mfpu=neon" @@ -149,6 +149,9 @@ LDFLAGS="${LDFLAGS:-%optflags}" ; export LDFLAGS; %if 0%{?enable_debug} --enable-debug \ %endif +%if 0%{?enable_trace} + --enable-trace \ +%endif --infodir=%{_infodir} \ --enable-rename-so=no @@ -185,6 +188,9 @@ make clean %if 0%{?enable_debug} --enable-debug \ %endif +%if 0%{?enable_trace} + --enable-trace \ +%endif --infodir=%{_infodir} \ --enable-rename-so=no