diff options
author | Philippe Coval <philippe.coval@osg.samsung.com> | 2016-12-06 15:40:54 +0100 |
---|---|---|
committer | Philippe Coval <philippe.coval@osg.samsung.com> | 2016-12-07 08:08:55 +0100 |
commit | 7e1232a43a959cb076d85ef8447645043a21b93e (patch) | |
tree | 3b762341aeca8f1390cc301d63cfdd3ece482aaa | |
parent | 13a4530853df40a44e4c5d101533fbf02653fa93 (diff) | |
download | iotivity-7e1232a43a959cb076d85ef8447645043a21b93e.tar.gz iotivity-7e1232a43a959cb076d85ef8447645043a21b93e.tar.bz2 iotivity-7e1232a43a959cb076d85ef8447645043a21b93e.zip |
tizen: relocate all liboc*.so to resource subpackage
iotivity.pc bring those libs so they should come along.
This was observed while porting Tizen's iotcon to iotivity-1.2.1
Change-Id: I82e7121520c1a7ed8d79e7b85089bec2b0b5012b
Origin: https://gerrit.iotivity.org/gerrit/#/c/15195/
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
-rw-r--r-- | tools/tizen/iotivity.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/tizen/iotivity.spec b/tools/tizen/iotivity.spec index c0e042caf..033db84f0 100644 --- a/tools/tizen/iotivity.spec +++ b/tools/tizen/iotivity.spec @@ -291,6 +291,11 @@ rm -rfv out %{buildroot}/out %{buildroot}/${HOME} ||: %{_libdir}/liboc_logger_core.so %{_libdir}/liboctbstack.so %{_libdir}/libconnectivity_abstraction.so +%if 0%{?SECURED} == 1 +%{_libdir}/libocpmapi.so +%{_libdir}/libocprovision.so +%{_libdir}/oic_svr_db_server.dat +%endif %files service %manifest %{name}.manifest @@ -309,11 +314,6 @@ rm -rfv out %{buildroot}/out %{buildroot}/${HOME} ||: %if 0%{?WITH_PROXY} == 1 %{_libdir}/libcoap_http_proxy.so %endif -%if 0%{?SECURED} == 1 -%{_libdir}/libocpmapi.so -%{_libdir}/libocprovision.so -%{_libdir}/oic_svr_db_server.dat -%endif %if "%{TARGET_OS}" == "linux" %{_libdir}/libnotification*.so %endif |