From 3e6f37b15bf3f6cce0d0b25e4aa5ce837c921895 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Wed, 1 Feb 2017 15:35:59 +0100 Subject: [PATCH] tizen: Enable CLOUD and ship ES lib (downstream) Sync with upstream's spec Change-Id: I84ce3dd94e1a90f13f0ff875221ca50600000001 Forwarded: https://gerrit.iotivity.org/gerrit/#/q/I84ce3dd94e1a90f13f0ff875221ca5061828618e Origin: https://review.tizen.org/gerrit/112583 Signed-off-by: Philippe Coval --- packaging/iotivity.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/iotivity.spec b/packaging/iotivity.spec index 1007a00..ea97e12 100644 --- a/packaging/iotivity.spec +++ b/packaging/iotivity.spec @@ -55,7 +55,7 @@ BuildRequires: python-accel-aarch64-cross-aarch64 %{!?TARGET_OS: %define TARGET_OS tizen} %{!?TARGET_TRANSPORT: %define TARGET_TRANSPORT IP,BT} %{!?VERBOSE: %define VERBOSE 1} -%{!?WITH_CLOUD: %define WITH_CLOUD 0} +%{!?WITH_CLOUD: %define WITH_CLOUD 1} %{!?WITH_MQ: %define WITH_MQ OFF} %{!?WITH_PROXY: %define WITH_PROXY 0} %{!?WITH_TCP: %define WITH_TCP 1} @@ -284,6 +284,7 @@ rm -rfv out %{buildroot}/out %{buildroot}/${HOME} ||: %{_libdir}/librcs_server.so %{_libdir}/libresource_directory.so %{_libdir}/libESEnrolleeSDK.so +%{_libdir}/libESMediatorRich.so %{_libdir}/libnotification*.so %if 0%{?WITH_PROXY} == 1 %{_libdir}/libcoap_http_proxy.so -- 2.7.4