Include test application into package 04/129304/1 accepted/tizen/unified/20170516.175350 submit/tizen/20170516.045300
authorJiwan Kim <ji-wan.kim@samsung.com>
Tue, 16 May 2017 04:36:28 +0000 (13:36 +0900)
committerJiwan Kim <ji-wan.kim@samsung.com>
Tue, 16 May 2017 04:36:28 +0000 (13:36 +0900)
Change-Id: Ie49dab82d2b3ea2821e88821694d4ccaa583e03e
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
packaging/capi-network-zigbee.spec

index 9fff6ed..bbb48b0 100644 (file)
@@ -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