add git license file
authorjunsuk77.oh <junsuk77.oh@samsung.com>
Mon, 30 Sep 2013 06:06:34 +0000 (15:06 +0900)
committerjunsuk77.oh <junsuk77.oh@samsung.com>
Mon, 30 Sep 2013 06:06:34 +0000 (15:06 +0900)
Change-Id: I1995eb1478ac327db9ca5ce9dc907b6279eeb345
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
packaging/app2sd.spec

index 06eae45..eae39d6 100755 (executable)
@@ -37,6 +37,9 @@ make %{?jobs:-j%jobs}
 rm -rf %{buildroot}
 %make_install
 
+mkdir -p %{buildroot}/usr/share/license
+cp LICENSE %{buildroot}/usr/share/license/%{name}
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -46,6 +49,7 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %{_libdir}/libapp2ext.so.*
 %{_libdir}/libapp2sd.so*
+/usr/share/license/%{name}
 
 
 %files devel