From: Jiwan Kim Date: Tue, 16 May 2017 04:36:28 +0000 (+0900) Subject: Include test application into package X-Git-Tag: submit/tizen/20170516.045300^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15b6422144ee78b680d0b717d5a440a3b466ddc8;p=platform%2Fcore%2Fapi%2Fzigbee.git Include test application into package Change-Id: Ie49dab82d2b3ea2821e88821694d4ccaa583e03e Signed-off-by: Jiwan Kim --- diff --git a/packaging/capi-network-zigbee.spec b/packaging/capi-network-zigbee.spec index 9fff6ed..bbb48b0 100644 --- a/packaging/capi-network-zigbee.spec +++ b/packaging/capi-network-zigbee.spec @@ -31,13 +31,6 @@ Requires: %{name} = %{version}-%{release} Zigbee Library (Shared Library) (Development) This package aims to support the Zigbee developers. -%package -n test-%{name} -Summary: Test Application for Zigbee -Group: Network & Connectivity/Other - -%description -n test-%{name} -Zigbee Library test program(s) - %prep %setup #-q chmod g-w %_sourcedir/* @@ -65,6 +58,7 @@ rm -rf %{buildroot}/BUILD/%{name} %defattr(-,root,root,-) %license LICENSE.APLv2 %{_libdir}/lib%{project_name}.so.* +%{_bindir}/test-zigbee %files devel %defattr(-,root,root,-) @@ -73,9 +67,3 @@ rm -rf %{buildroot}/BUILD/%{name} %{_includedir}/%{project_name}/*.h %{_includedir}/%{project_name}/zdo/*.h %{_includedir}/%{project_name}/zcl/*.h - -%files -n test-%{name} -%manifest %{name}.manifest -%defattr(-,root,root,-) -%license LICENSE.APLv2 -%{_bindir}/test-zigbee