summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSung-Jin Park <sj76.park@samsung.com>2017-04-03 13:44:13 +0900
committerSung-Jin Park <sj76.park@samsung.com>2017-04-03 13:44:13 +0900
commit3d3c5096903c508ae07d2d0c729c0653c81f2b91 (patch)
tree6fe2e7a8c59d100fdbd47490b1b75371321a8157
parent4888c2887dbab9b35ff62949989f7582c645d7d0 (diff)
downloadxkb-tizen-data-tizen.tar.gz
xkb-tizen-data-tizen.tar.bz2
xkb-tizen-data-tizen.zip
packaging: update packaging file to install license file via %license macrotizen
Change-Id: Id88f54d629d56dc9c0415eb15775c364aa42fd1e Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
-rw-r--r--packaging/xkb-tizen-data.spec6
1 files changed, 1 insertions, 5 deletions
diff --git a/packaging/xkb-tizen-data.spec b/packaging/xkb-tizen-data.spec
index b0a55d8..720a321 100644
--- a/packaging/xkb-tizen-data.spec
+++ b/packaging/xkb-tizen-data.spec
@@ -31,17 +31,13 @@ rm -rf %{buildroot}
%__cp -f xkb/tizen_key_layout.txt %{buildroot}/%{TZ_SYS_RO_SHARE}/X11/xkb/tizen_key_layout.txt.ivi
%__cp -f xkb/xkb.rule %{buildroot}/%{TZ_SYS_RO_SHARE}/X11/xkb/xkb.rule.ivi
-# for license notification
-mkdir -p %{buildroot}/%{TZ_SYS_RO_SHARE}/license
-cp -a %{_builddir}/%{buildsubdir}/COPYING %{buildroot}/%{TZ_SYS_RO_SHARE}/license/%{name}
-
%pre
%postun
%files
%manifest %{name}.manifest
+%license COPYING
%defattr(-,root,root,-)
-%{TZ_SYS_RO_SHARE}/license/%{name}
%{TZ_SYS_RO_SHARE}/X11/xkb/tizen_key_layout.txt.ivi
%{TZ_SYS_RO_SHARE}/X11/xkb/xkb.rule.ivi