From: Dongchul Lim Date: Thu, 26 Sep 2013 11:49:12 +0000 (+0900) Subject: Generate Licence file X-Git-Tag: 2.2.1_release X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_2.2;p=framework%2Ftelephony%2Ftel-plugin-indicator.git Generate Licence file --- diff --git a/packaging/tel-plugin-indicator.spec b/packaging/tel-plugin-indicator.spec index ea91b11..cd5423a 100644 --- a/packaging/tel-plugin-indicator.spec +++ b/packaging/tel-plugin-indicator.spec @@ -3,7 +3,7 @@ Summary: Telephony Indicator plugin Version: 0.1.8 Release: 2 Group: System/Libraries -License: Apache +License: Apache-2.0 Source0: tel-plugin-indicator-%{version}.tar.gz Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -30,9 +30,10 @@ make %{?jobs:-j%jobs} %install %make_install mkdir -p %{buildroot}/usr/share/license +cp LICENSE %{buildroot}/usr/share/license/%{name} %files %manifest tel-plugin-indicator.manifest %defattr(-,root,root,-) %{_libdir}/telephony/plugins/indicator-plugin* -/usr/share/license/tel-plugin-indicator +/usr/share/license/%{name}