Generate Licence file 69/12469/1 accepted/tizen/generic/20140326.163144 accepted/tizen/generic/20140326.220018 accepted/tizen/ivi/20140326.212506 accepted/tizen/ivi/panda/20140326.234255 submit/tizen/20140326.003524
authorwootak.jung <wootak.jung@samsung.com>
Fri, 15 Nov 2013 10:07:22 +0000 (19:07 +0900)
committerwootak.jung <wootak.jung@samsung.com>
Fri, 15 Nov 2013 10:07:22 +0000 (19:07 +0900)
Change-Id: Ib5423787e3506c462c8d581b4db61c8e4442a6b5

packaging/tel-plugin-vconf.spec

index 2956acc..26302f3 100644 (file)
@@ -6,7 +6,7 @@ Summary:    Telephony Vconf storage plugin
 Version:    %{major}.%{minor}.%{patchlevel}
 Release:    1
 Group:      System/Libraries
-License:    Apache
+License:    Apache-2.0
 Source0:    tel-plugin-vconf-%{version}.tar.gz
 Source1001:    tel-plugin-vconf.manifest
 Requires(post): /sbin/ldconfig
@@ -79,9 +79,10 @@ vconftool set -t bool db/telephony/flight_mode 0 -i -f
 %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/vconf-plugin*
-/usr/share/license/tel-plugin-vconf
+/usr/share/license/%{name}