Add new rpm package for test application 67/164667/1
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 19 Dec 2017 09:19:41 +0000 (18:19 +0900)
committertaesub kim <taesub.kim@samsung.com>
Wed, 20 Dec 2017 08:15:32 +0000 (17:15 +0900)
Change-Id: I60d4afa59a2b25c9c40a81084dd7b0f2aa65dbde

packaging/capi-network-tethering.spec

index e1e095e2b9be04a7ae72994428f32cb17ad5d514..67687fcd3f08884c5bcf544599d05c2d28639fda 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
 
@@ -61,7 +67,6 @@ make %{?_smp_mflags}
 %manifest capi-network-tethering.manifest
 %defattr(-,root,root,-)
 %{_libdir}/*.so.*
-%{_bindir}/tethering_test
 %license LICENSE
 
 %files devel
@@ -70,3 +75,6 @@ make %{?_smp_mflags}
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/*.so
 %license LICENSE
+
+%files test
+%{_bindir}/tethering_test