[Release] wrt-plugins-common_0.3.108
[platform/framework/web/wrt-plugins-common.git] / packaging / wrt-plugins-common.spec
index 006b37e..726f354 100644 (file)
@@ -1,7 +1,7 @@
 #git:framework/web/wrt-plugins-common
 Name:       wrt-plugins-common
 Summary:    wrt-plugins common library
-Version:    0.3.105
+Version:    0.3.108
 Release:    1
 Group:      Development/Libraries
 License:    Apache License, Version 2.0
@@ -42,6 +42,12 @@ wrt-plugins common library development headers
 %endif
 
 %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
+
 export LDFLAGS+="-Wl,--rpath=/usr/lib -Wl,--as-needed -Wl,--hash-style=both"
 
 cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}  \