remove the build macro(tizen_build_binary_release_type_eng) 84/86784/3 accepted/tizen/common/20160907.154124 accepted/tizen/common/20160908.134422 accepted/tizen/ivi/20160908.122647 accepted/tizen/mobile/20160908.122600 accepted/tizen/tv/20160908.122628 accepted/tizen/wearable/20160908.122639 submit/tizen/20160907.005039 submit/tizen/20160908.010303
authorJooseok Park <jooseok.park@samsung.com>
Mon, 5 Sep 2016 01:31:38 +0000 (10:31 +0900)
committerJooseok Park <jooseok.park@samsung.com>
Mon, 5 Sep 2016 04:11:16 +0000 (13:11 +0900)
 - always enable RELEASE to TRUE

Change-Id: Iac9caa72d6747e65f73040eeea7046bd462d251f

packaging/iotivity.spec

index 8c20d08..8c03c1a 100644 (file)
@@ -24,13 +24,9 @@ Requires(post): /sbin/ldconfig
 %en_speedpython
 %endif
 
-## If tizen 2.x, RELEASE follows tizen_build_binary_release_type_eng. ##
-## and if tizen 3.0, RELEASE follows tizen_build_devel_mode. ##
-%if 0%{?tizen_build_devel_mode} == 1 || 0%{?tizen_build_binary_release_type_eng} == 1
-%define RELEASE False
-%else
+# default is RELEASE mode.
+# If DEBUG mode is needed, please use tizen_build_devel_mode
 %define RELEASE True
-%endif
 
 %{!?TARGET_TRANSPORT: %define TARGET_TRANSPORT IP}
 %{!?LOGGING: %define LOGGING True}