From: jihye kim Date: Mon, 30 Sep 2013 03:17:51 +0000 (+0900) Subject: added license file into rpm package X-Git-Tag: submit/tizen/20210607.045509~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7eda04feff9169fc80f7e9366a61b865e97151eb;p=platform%2Fhal%2Fbackend%2Femulator%2Fdevice-emulator.git added license file into rpm package Change-Id: I34b397dc4416f02a2b50a917b6122b423f786c2b Signed-off-by: jihye kim --- diff --git a/packaging/device-manager-plugin-maru.changes b/packaging/device-manager-plugin-maru.changes new file mode 100644 index 0000000..4628396 --- /dev/null +++ b/packaging/device-manager-plugin-maru.changes @@ -0,0 +1,2 @@ +* Mon Sep 30 12:30:23 UTC 2013 jihye kim +- Added license file into rpm package diff --git a/packaging/device-manager-plugin-maru.spec b/packaging/device-manager-plugin-maru.spec index 627e6fc..c017357 100644 --- a/packaging/device-manager-plugin-maru.spec +++ b/packaging/device-manager-plugin-maru.spec @@ -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}