Generate Licence file 71/12471/1
authorwootak.jung <wootak.jung@samsung.com>
Fri, 15 Nov 2013 10:09:43 +0000 (19:09 +0900)
committerwootak.jung <wootak.jung@samsung.com>
Fri, 15 Nov 2013 10:09:43 +0000 (19:09 +0900)
Change-Id: Ibf5bdfb810b5df19ba11196a2e413d97cc3f437e

packaging/tel-plugin-indicator.spec

index e078808..b0a85e6 100644 (file)
@@ -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
 Source1001:    tel-plugin-indicator.manifest
 Requires(post): /sbin/ldconfig
@@ -32,9 +32,10 @@ make %{?jobs:-j%jobs}
 %install
 %make_install
 mkdir -p %{buildroot}/usr/share/license
+cp LICENSE %{buildroot}/usr/share/license/%{name}
 
 %files
 %manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_libdir}/telephony/plugins/indicator-plugin*
-/usr/share/license/tel-plugin-indicator
+/usr/share/license/%{name}