summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjihye kim <jihye1128.kim@samsung.com>2013-09-30 12:17:51 +0900
committerjihye kim <jihye1128.kim@samsung.com>2013-09-30 12:32:44 +0900
commit5d2c25bed0bd7a3db99bcc9d4ed60e84ad604bbb (patch)
tree72a9f59f1386398d93ebdec96c6be88dece2e675
parent9bcc0f1f27acca08e4e7c31a23491fe5791203a8 (diff)
downloaddevice-manager-plugin-emul-2.2.1_release.tar.gz
device-manager-plugin-emul-2.2.1_release.tar.bz2
device-manager-plugin-emul-2.2.1_release.zip
Change-Id: I34b397dc4416f02a2b50a917b6122b423f786c2b Signed-off-by: jihye kim <jihye1128.kim@samsung.com>
-rw-r--r--packaging/device-manager-plugin-maru.changes2
-rw-r--r--packaging/device-manager-plugin-maru.spec6
2 files changed, 6 insertions, 2 deletions
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 <jihye1128.kim@samsung.com>
+- 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}