From 7eda04feff9169fc80f7e9366a61b865e97151eb Mon Sep 17 00:00:00 2001 From: jihye kim Date: Mon, 30 Sep 2013 12:17:51 +0900 Subject: [PATCH] added license file into rpm package Change-Id: I34b397dc4416f02a2b50a917b6122b423f786c2b Signed-off-by: jihye kim --- packaging/device-manager-plugin-maru.changes | 2 ++ packaging/device-manager-plugin-maru.spec | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 packaging/device-manager-plugin-maru.changes 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} -- 2.7.4