Packaging with license file 40/33140/1 accepted/tizen/common/20150108.083859 accepted/tizen/mobile/20150108.125048 accepted/tizen/tv/20150108.090811 accepted/tizen/wearable/20150108.120811 submit/tizen/20150106.055130
authorMinJeong Kim <minjjj.kim@samsung.com>
Tue, 6 Jan 2015 07:44:33 +0000 (16:44 +0900)
committerMinJeong Kim <minjjj.kim@samsung.com>
Tue, 6 Jan 2015 07:44:42 +0000 (16:44 +0900)
Change-Id: I34aa352e64475977367e2821188aae936b5a1f9b
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
packaging/e-mod-tizen-wm-policy.spec

index 0f7cfed..0d3a02a 100644 (file)
@@ -24,10 +24,16 @@ The Enlightenment WM Policy Module for Tizen
 make %{?_smp_mflags}
 
 %install
+# for license notification
+mkdir -p %{buildroot}/usr/share/license
+cp -a %{_builddir}/%{buildsubdir}/COPYING %{buildroot}/usr/share/license/%{name}
+
+# install
 %make_install
 
 %files
 %defattr(-,root,root,-)
 %{_libdir}/enlightenment/modules/e-mod-tizen-wm-policy
+/usr/share/license/%{name}
 
 %define _unpackaged_files_terminate_build 0