Generate Licence file 68/12468/1 accepted/tizen/generic/20140326.162757 accepted/tizen/generic/20140326.202150 accepted/tizen/ivi/20140326.212544 accepted/tizen/ivi/panda/20140326.234357 submit/tizen/20140326.002456
authorwootak.jung <wootak.jung@samsung.com>
Fri, 15 Nov 2013 10:06:15 +0000 (19:06 +0900)
committerwootak.jung <wootak.jung@samsung.com>
Fri, 15 Nov 2013 10:06:15 +0000 (19:06 +0900)
Change-Id: Ibc1593ad2c9222973c3c8896bec4360ff3cd4850

packaging/tel-plugin-database.spec

index 302c972..a090118 100644 (file)
@@ -3,7 +3,7 @@ Summary:    Telephony DataBase storage plugin
 Version:    0.1.7
 Release:    1
 Group:      System/Libraries
-License:    Apache
+License:    Apache-2.0
 Source0:    tel-plugin-database-%{version}.tar.gz
 Source1001:    tel-plugin-database.manifest
 Requires(post): /sbin/ldconfig
@@ -32,9 +32,11 @@ 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/db-plugin*
-/usr/share/license/tel-plugin-database
+/usr/share/license/%{name}