From ab34e08de6aca60f951eec6d0e611b94fd8dc75d Mon Sep 17 00:00:00 2001 From: Zhang zhengguang Date: Thu, 19 Jun 2014 15:07:50 +0800 Subject: [PATCH] Fix package group tag build errors and warnings Change-Id: Ib1ae276b4926825e86fcfb1750bd1ce90cee6237 --- packaging/capi-network-tethering.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 -- 2.34.1