Update coding convention & file-service added.
[platform/framework/web/livebox-viewer.git] / packaging / liblivebox-viewer.spec
index d34f4bf..17f3f7a 100644 (file)
@@ -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}