Add new rpm package for test application 99/164499/1
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 19 Dec 2017 09:22:30 +0000 (18:22 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 19 Dec 2017 09:22:35 +0000 (18:22 +0900)
Change-Id: I1f62139ec12240f9f3f60c7abc5b3d1e4eb9db9c

packaging/capi-network-softap.spec

index b587dff93ea50ab0603a2d71cfd21251af048d86..ef16f32a6a41a6023ec2c88d30ddf640cb25db35 100644 (file)
@@ -1,6 +1,6 @@
 Name:          capi-network-softap
 Summary:       Softap Framework
-Version:       0.0.19
+Version:       0.0.20
 Release:       1
 Group:         System/Network
 License:       Apache-2.0
@@ -27,6 +27,12 @@ Requires:    %{name} = %{version}-%{release}
 %description devel
 Development package for Tethering framework library
 
+%package test
+Summary:       Test application for Soft AP
+%description test
+Test application for Soft AP
+
+
 %prep
 %setup -q
 
@@ -51,7 +57,6 @@ make %{?_smp_mflags}
 %manifest capi-network-softap.manifest
 %defattr(-,root,root,-)
 %{_libdir}/*.so.*
-%{_bindir}/softap_test
 %license LICENSE.APLv2.0
 
 %files devel
@@ -61,3 +66,6 @@ make %{?_smp_mflags}
 %{_libdir}/*.so
 %license LICENSE.APLv2.0
 
+%files test
+%{_bindir}/softap_test
+