X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fliblivebox-viewer.spec;h=17f3f7af2d8aff6d0b2cd28d29c90be70d160a40;hb=ee3bcebe6002c4fa09b9aaf7e147d5e16a8ca251;hp=d34f4bf07bae7e9bdba68573cbecd451dd15826b;hpb=9c7afc6b6f5dac495131850b51d62f261e637980;p=platform%2Fframework%2Fweb%2Flivebox-viewer.git diff --git a/packaging/liblivebox-viewer.spec b/packaging/liblivebox-viewer.spec index d34f4bf..17f3f7a 100644 --- a/packaging/liblivebox-viewer.spec +++ b/packaging/liblivebox-viewer.spec @@ -1,6 +1,6 @@ Name: liblivebox-viewer Summary: Library for developing the application. -Version: 0.14.0 +Version: 0.14.1 Release: 1 Group: HomeTF/Livebox License: Flora License @@ -33,6 +33,11 @@ Livebox viewer development library (dev) %setup -q %build +%if 0%{?tizen_build_binary_release_type_eng} +export CFLAGS="${CFLAGS} -DTIZEN_ENGINEER_MODE" +export CXXFLAGS="${CXXFLAGS} -DTIZEN_ENGINEER_MODE" +export FFLAGS="${FFLAGS} -DTIZEN_ENGINEER_MODE" +%endif %cmake . make %{?jobs:-j%jobs}