Add new rpm package for test application 96/164496/1
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 19 Dec 2017 09:19:41 +0000 (18:19 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 19 Dec 2017 09:19:50 +0000 (18:19 +0900)
Change-Id: I60d4afa59a2b25c9c40a81084dd7b0f2aa65dbde

packaging/capi-network-tethering.spec

index bc80fe9..ae1b926 100644 (file)
@@ -1,6 +1,6 @@
 Name:          capi-network-tethering
 Summary:       Tethering Framework
-Version:       1.0.55
+Version:       1.0.56
 Release:       1
 Group:         System/Network
 License:       Apache-2.0
@@ -29,6 +29,12 @@ Requires:    %{name} = %{version}-%{release}
 %description devel
 Development package for Tethering framework library
 
+%package test
+Summary:       Test application for Tethering
+%description test
+Test application for Tethering
+
+
 %prep
 %setup -q
 
@@ -54,7 +60,6 @@ make %{?_smp_mflags}
 %manifest capi-network-tethering.manifest
 %defattr(-,root,root,-)
 %{_libdir}/*.so.*
-%{_bindir}/tethering_test
 %license LICENSE
 
 %files devel
@@ -63,3 +68,6 @@ make %{?_smp_mflags}
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/*.so
 %license LICENSE
+
+%files test
+%{_bindir}/tethering_test