X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fdali.spec;h=8812baef5b8f642878bc7375d66e6d43f3ac65ad;hb=11a3c866f91cf439f404788b088bf90036f5cd48;hp=f324f6e6191e202bc27c08eab24513f6f1a30fec;hpb=bdc9e04578363ff23d527ed8d3944aea9e303c09;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/packaging/dali.spec b/packaging/dali.spec index f324f6e..8812bae 100644 --- a/packaging/dali.spec +++ b/packaging/dali.spec @@ -1,6 +1,6 @@ Name: dali Summary: DALi 3D Engine -Version: 1.2.56 +Version: 1.3.18 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