added license file into rpm package 00/12000/1
authorjihye kim <jihye1128.kim@samsung.com>
Mon, 30 Sep 2013 03:17:51 +0000 (12:17 +0900)
committerjihye kim <jihye1128.kim@samsung.com>
Mon, 11 Nov 2013 02:25:53 +0000 (11:25 +0900)
Change-Id: I34b397dc4416f02a2b50a917b6122b423f786c2b
Signed-off-by: jihye kim <jihye1128.kim@samsung.com>
packaging/device-manager-plugin-maru.changes [new file with mode: 0644]
packaging/device-manager-plugin-maru.spec

diff --git a/packaging/device-manager-plugin-maru.changes b/packaging/device-manager-plugin-maru.changes
new file mode 100644 (file)
index 0000000..4628396
--- /dev/null
@@ -0,0 +1,2 @@
+* Mon Sep 30 12:30:23 UTC 2013 jihye kim <jihye1128.kim@samsung.com>
+- Added license file into rpm package
index 627e6fc..c017357 100644 (file)
@@ -1,6 +1,6 @@
 Name:       device-manager-plugin-maru
 Summary:    device-manager-plugin-maru
-Version: 0.0.15
+Version: 0.0.16
 Release:    1
 Group:      TO_BE/FILLED_IN
 License:    TO_BE/FILLED_IN
@@ -25,6 +25,8 @@ make
 
 %install
 %make_install
+mkdir -p %{buildroot}/usr/share/license
+cp LICENSE.APLv2 %{buildroot}/usr/share/license/%{name}
 
 %post
 /sbin/ldconfig
@@ -35,4 +37,4 @@ make
 %files
 %defattr(-,root,root,-)
 %{_libdir}/libslp_devman_plugin.so
-
+/usr/share/license/%{name}