Generate Licence file 58/12458/1
authorwootak.jung <wootak.jung@samsung.com>
Fri, 15 Nov 2013 09:43:35 +0000 (18:43 +0900)
committerwootak.jung <wootak.jung@samsung.com>
Fri, 15 Nov 2013 09:43:35 +0000 (18:43 +0900)
Change-Id: I291e5fe41a02b32a222d67c5664b6217d05d7dbd

packaging/tel-plugin-dbus_tapi.spec

index 023a699..fbed7af 100644 (file)
@@ -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}