From: wootak.jung Date: Fri, 15 Nov 2013 10:04:59 +0000 (+0900) Subject: Generate Licence file X-Git-Tag: accepted/tizen/ivi/20140326.212450^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Ftelephony%2Ftel-plugin-at_standard.git;a=commitdiff_plain;h=HEAD Generate Licence file Change-Id: Iceead3595df26ffaa1798ec3e68d60c043c49a38 --- diff --git a/packaging/tel-plugin-at_standard.spec b/packaging/tel-plugin-at_standard.spec index 97c4de8..727469f 100644 --- a/packaging/tel-plugin-at_standard.spec +++ b/packaging/tel-plugin-at_standard.spec @@ -3,7 +3,7 @@ Summary: Telephony standard AT Modem library Version: 0.1.1 Release: 1 Group: System/Libraries -License: Apache +License: Apache-2.0 Source0: tel-plugin-at_standard-%{version}.tar.gz Source1001: tel-plugin-at_standard.manifest Requires(post): /sbin/ldconfig @@ -33,10 +33,11 @@ make %{?jobs:-j%jobs} rm -rf %{buildroot} %make_install mkdir -p %{buildroot}/usr/share/license +cp LICENSE %{buildroot}/usr/share/license/%{name} %files %manifest %{name}.manifest %defattr(-,root,root,-) #%doc COPYING %{_libdir}/telephony/plugins/* -/usr/share/license/tel-plugin-at_standard +/usr/share/license/%{name}