From: Seonah Moon Date: Tue, 19 Dec 2017 09:19:41 +0000 (+0900) Subject: Add new rpm package for test application X-Git-Tag: accepted/tizen/unified/20171222.062613~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a8097db1a24ab67483f7b87daf62f4d9c1682ec;p=platform%2Fcore%2Fapi%2Ftethering.git Add new rpm package for test application Change-Id: I60d4afa59a2b25c9c40a81084dd7b0f2aa65dbde --- diff --git a/packaging/capi-network-tethering.spec b/packaging/capi-network-tethering.spec index bc80fe9..ae1b926 100644 --- a/packaging/capi-network-tethering.spec +++ b/packaging/capi-network-tethering.spec @@ -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