Add license file 96/17796/1 accepted/tizen_ivi_panda tizen_ivi_panda accepted/tizen/ivi/panda/20140403.015108 submit/tizen_ivi_panda/20140403.011842
authorJaeho Lee <jaeho81.lee@samsung.com>
Thu, 26 Sep 2013 07:44:33 +0000 (16:44 +0900)
committerJiwoong Im <jiwoong.im@samsung.com>
Tue, 11 Mar 2014 02:20:21 +0000 (11:20 +0900)
Change-Id: I851bfc436b5c37b5e7ab37c9a9ec9b09b4d0eca0
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
packaging/bundle.spec

index 865b547..3fea01f 100644 (file)
@@ -33,6 +33,9 @@ make %{?jobs:-j%jobs}
 %install
 %make_install
 
+mkdir -p %{buildroot}/usr/share/license
+cp LICENSE %{buildroot}/usr/share/license/%{name}
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -42,6 +45,7 @@ make %{?jobs:-j%jobs}
 %manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_libdir}/libbundle.so.*
+/usr/share/license/%{name}
 
 
 %files devel