projects
/
platform
/
core
/
uifw
/
e-mod-tizen-keyrouter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a9f125
)
packaging: update packaging file to install license file via %license macro
99/120299/1
author
Sung-Jin Park
<sj76.park@samsung.com>
Wed, 22 Mar 2017 08:38:35 +0000
(17:38 +0900)
committer
Sung-Jin Park
<sj76.park@samsung.com>
Wed, 22 Mar 2017 08:38:35 +0000
(17:38 +0900)
Change-Id: Idaf81d6ded6490e056625e34c37d8df90b78e59d
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
packaging/e-mod-tizen-keyrouter.spec
patch
|
blob
|
history
diff --git
a/packaging/e-mod-tizen-keyrouter.spec
b/packaging/e-mod-tizen-keyrouter.spec
index 6a5218f7fa31395802575193722d244c54444b4c..d30cff6d6002f191f607b2718710bebbac54b119 100644
(file)
--- a/
packaging/e-mod-tizen-keyrouter.spec
+++ b/
packaging/e-mod-tizen-keyrouter.spec
@@
-39,10
+39,6
@@
make
%install
rm -rf %{buildroot}
-# for license notification
-mkdir -p %{buildroot}/%{TZ_SYS_RO_SHARE}/license
-cp -a %{_builddir}/%{buildsubdir}/COPYING %{buildroot}/%{TZ_SYS_RO_SHARE}/license/%{name}
-
# install
make install DESTDIR=%{buildroot}
@@
-51,5
+47,5
@@
find %{buildroot}%{_libdir}/enlightenment/modules/%{name} -name *.la | xargs rm
%files
%defattr(-,root,root,-)
+%license COPYING
%{_libdir}/enlightenment/modules/e-mod-tizen-keyrouter
-%{TZ_SYS_RO_SHARE}/license/%{name}