From: Zhang zhengguang Date: Thu, 19 Jun 2014 07:07:50 +0000 (+0800) Subject: Fix package group tag build errors and warnings X-Git-Tag: winet_tethering_0.1~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab34e08de6aca60f951eec6d0e611b94fd8dc75d;p=platform%2Fcore%2Fapi%2Ftethering.git Fix package group tag build errors and warnings Change-Id: Ib1ae276b4926825e86fcfb1750bd1ce90cee6237 --- diff --git a/packaging/capi-network-tethering.spec b/packaging/capi-network-tethering.spec index 5c5453e..325356b 100644 --- a/packaging/capi-network-tethering.spec +++ b/packaging/capi-network-tethering.spec @@ -2,7 +2,7 @@ Name: capi-network-tethering Summary: Tethering Framework Version: 0.0.15 Release: 1 -Group: Connectivity/API +Group: Network & Connectivity/API License: Apache-2.0 Source0: %{name}-%{version}.tar.gz Source1001: capi-network-tethering.manifest @@ -22,14 +22,14 @@ Summary: Test case for tethering CAPI Requires: %{name} = %{version} %description test -Test case for tethering CAPI. +Test case for WiNet tethering CAPI. %package devel -Summary: Development package for Tethering framework library -Group: Connectivity/Development +Summary: Development package for Tethering library +Group: Network & Connectivity/Development Requires: %{name} = %{version}-%{release} %description devel -Development package for Tethering framework library +Development package for WiNet Tethering library. %prep %setup -q @@ -62,12 +62,12 @@ cp LICENSE.APLv2.0 %{buildroot}/usr/share/license/%{name} %{_libdir}/*.so.* /usr/share/license/%{name} %ifarch %{arm} -/etc/config/connectivity/sysinfo-tethering.xml +%config /etc/config/connectivity/sysinfo-tethering.xml %else %if 0%{?simulator} # Noop %else -/etc/config/connectivity/sysinfo-tethering.xml +%config /etc/config/connectivity/sysinfo-tethering.xml %endif %endif