From: Philippe Coval Date: Wed, 21 Sep 2016 16:59:02 +0000 (+0200) Subject: tizen: Use 1/0 for booleans X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6892a40d1e74269131fe4cdbd803d6ef7cec473a;p=contrib%2Fiotivity.git tizen: Use 1/0 for booleans To prevent ambuiguity of low/up/case. Bug: https://jira.iotivity.org/browse/IOT-1295 Change-Id: Ic918e0c95f13462cab85ade3828e635f47ee7484 Origin: https://gerrit.iotivity.org/gerrit/#/c/12097/ Signed-off-by: Philippe Coval Reviewed-on: https://gerrit.iotivity.org/gerrit/12145 Reviewed-by: Ziran Sun Tested-by: jenkins-iotivity Reviewed-by: Ashwini Kumar --- diff --git a/tools/tizen/iotivity.spec b/tools/tizen/iotivity.spec index 02931f6..f375b05 100644 --- a/tools/tizen/iotivity.spec +++ b/tools/tizen/iotivity.spec @@ -36,10 +36,10 @@ Requires(post): /sbin/ldconfig %{!?TARGET_TRANSPORT: %define TARGET_TRANSPORT IP} %{!?SECURED: %define SECURED 1} -%{!?LOGGING: %define LOGGING True} +%{!?LOGGING: %define LOGGING 1} %{!?ROUTING: %define ROUTING EP} -%{!?WITH_TCP: %define WITH_TCP true} -%{!?WITH_PROXY: %define WITH_PROXY False} +%{!?WITH_TCP: %define WITH_TCP 1} +%{!?WITH_PROXY: %define WITH_PROXY 0} %{!?ES_TARGET_ENROLLEE: %define ES_TARGET_ENROLLEE tizen} %{!?VERBOSE: %define VERBOSE 1}