summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjy910.yun <jy910.yun@samsung.com>2013-09-13 21:10:40 +0900
committerjy910.yun <jy910.yun@samsung.com>2013-09-16 22:03:55 +0900
commit9821657756a1b461c1dd90719736096a153c5b2a (patch)
treec70a9ec063ed8687c26ce8bc941b69caa8211ce9
parentfa7951d8272dab2b4d0a8e5178485e4d9b299fef (diff)
downloadlibdevice-node-9821657756a1b461c1dd90719736096a153c5b2a.tar.gz
libdevice-node-9821657756a1b461c1dd90719736096a153c5b2a.tar.bz2
libdevice-node-9821657756a1b461c1dd90719736096a153c5b2a.zip
copy license file to /usr/share/license/
Signed-off-by: jy910.yun <jy910.yun@samsung.com> Change-Id: Ia477c4b0f52247cb55d5e33e01147b9f1459d493
-rw-r--r--LICENSE.APLv2 (renamed from LICENSE)0
-rw-r--r--packaging/libdevice-node.spec3
2 files changed, 2 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE.APLv2
index 4d3b53c..4d3b53c 100644
--- a/LICENSE
+++ b/LICENSE.APLv2
diff --git a/packaging/libdevice-node.spec b/packaging/libdevice-node.spec
index b0a7794..5bc68a7 100644
--- a/packaging/libdevice-node.spec
+++ b/packaging/libdevice-node.spec
@@ -25,7 +25,7 @@ Library to control OAL APIs (devel)
%setup -q
cp %{SOURCE1} .
%build
-%cmake .
+%cmake .
make %{?jobs:-j%jobs}
%install
@@ -37,6 +37,7 @@ make %{?jobs:-j%jobs}
%files
%{_libdir}/*.so.*
%manifest %{name}.manifest
+%license LICENSE.APLv2
%files devel
%{_includedir}/device-node/*.h