From: wootak.jung Date: Fri, 15 Nov 2013 09:43:35 +0000 (+0900) Subject: Generate Licence file X-Git-Tag: submit/tizen/20140326.003148~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b11bcd6fdbcab9fce853f97122cac79cb4d5b58;p=platform%2Fcore%2Ftelephony%2Ftel-plugin-dbus_tapi.git Generate Licence file Change-Id: I291e5fe41a02b32a222d67c5664b6217d05d7dbd --- diff --git a/packaging/tel-plugin-dbus_tapi.spec b/packaging/tel-plugin-dbus_tapi.spec index 023a699..fbed7af 100644 --- a/packaging/tel-plugin-dbus_tapi.spec +++ b/packaging/tel-plugin-dbus_tapi.spec @@ -6,7 +6,7 @@ Summary: dbus-tapi plugin for telephony Version: %{major}.%{minor}.%{patchlevel} Release: 1 Group: System/Libraries -License: Apache +License: Apache-2.0 Source0: tel-plugin-dbus_tapi-%{version}.tar.gz Source1001: tel-plugin-dbus_tapi.manifest Requires(post): /sbin/ldconfig @@ -45,6 +45,7 @@ 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 @@ -52,4 +53,4 @@ mkdir -p %{buildroot}/usr/share/license #%doc COPYING %{_libdir}/telephony/plugins/* %{_prefix}/etc/dbus-1/system.d/* -/usr/share/license/tel-plugin-dbus_tapi +/usr/share/license/%{name}