add git license file 40/17740/3
authorjunsuk77.oh <junsuk77.oh@samsung.com>
Mon, 30 Sep 2013 06:06:34 +0000 (15:06 +0900)
committerJiwoong Im <jiwoong.im@samsung.com>
Wed, 12 Mar 2014 01:00:28 +0000 (10:00 +0900)
Change-Id: I1995eb1478ac327db9ca5ce9dc907b6279eeb345
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
packaging/app2sd.spec

index 4565736..37184cd 100755 (executable)
@@ -36,6 +36,9 @@ make %{?_smp_mflags}
 %install
 %make_install
 
+mkdir -p %{buildroot}/usr/share/license
+cp LICENSE %{buildroot}/usr/share/license/%{name}
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -44,8 +47,8 @@ make %{?_smp_mflags}
 %manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_libdir}/libapp2ext.so.*
-%{_libdir}/libapp2sd.so.*
-
+%{_libdir}/libapp2sd.so*
+/usr/share/license/%{name}
 
 %files devel
 %manifest %{name}.manifest