From: Jaehyun Kim Date: Mon, 17 Mar 2014 00:35:11 +0000 (+0900) Subject: Update Packaging Spec file X-Git-Tag: winet_tethering_0.1~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7c1cd0c0d9feeee6d579c53ce3b29247bedd9d8;p=platform%2Fcore%2Fapi%2Ftethering.git Update Packaging Spec file Add LICENSE in Packaging Spec file Change-Id: I16e562a979c5075395586bb038fe536b230fac58 --- diff --git a/packaging/capi-network-tethering.spec b/packaging/capi-network-tethering.spec index 48267b3..d536532 100644 --- a/packaging/capi-network-tethering.spec +++ b/packaging/capi-network-tethering.spec @@ -42,6 +42,8 @@ make %{?jobs:-j%jobs} %install %make_install +mkdir -p %{buildroot}/usr/share/license +cp LICENSE.APLv2.0 %{buildroot}/usr/share/license/%{name} %post -p /sbin/ldconfig @@ -51,6 +53,7 @@ make %{?jobs:-j%jobs} %manifest %{name}.manifest %defattr(-,root,root,-) %{_libdir}/*.so.* +/usr/share/license/%{name} %ifarch %{arm} /etc/config/connectivity/sysinfo-tethering.xml %else