From: MinJeong Kim Date: Tue, 6 Jan 2015 07:47:48 +0000 (+0900) Subject: Packaging with license file X-Git-Tag: submit/tizen/20150106.075614^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c5a4289737a63f71e9de6b8d269dbd30eda1e8d;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-keyrouter.git Packaging with license file Change-Id: I42d468bfadd1e3a2c749e1385d575a54119c7747 Signed-off-by: MinJeong Kim --- diff --git a/packaging/e-mod-tizen-keyrouter.spec b/packaging/e-mod-tizen-keyrouter.spec index 66bb347..f153e2e 100644 --- a/packaging/e-mod-tizen-keyrouter.spec +++ b/packaging/e-mod-tizen-keyrouter.spec @@ -41,8 +41,8 @@ make rm -rf %{buildroot} # for license notification -#mkdir -p %{buildroot}/usr/share/license -#cp -a %{_builddir}/%{buildsubdir}/COPYING %{buildroot}/usr/share/license/%{name} +mkdir -p %{buildroot}/usr/share/license +cp -a %{_builddir}/%{buildsubdir}/COPYING %{buildroot}/usr/share/license/%{name} # install make install DESTDIR=%{buildroot} @@ -53,4 +53,4 @@ find %{buildroot}%{_libdir}/enlightenment/modules/%{name} -name *.la | xargs rm %files %defattr(-,root,root,-) %{_libdir}/enlightenment/modules/e-mod-tizen-keyrouter -#/usr/share/license/%{name} +/usr/share/license/%{name}