From: Doyoun Kang Date: Fri, 2 Aug 2013 08:36:20 +0000 (+0900) Subject: Package upload X-Git-Tag: 2.2_release~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F98%2F9798%2F2;p=platform%2Fcore%2Fuifw%2Fe17-extra-modules.git Package upload Change-Id: I5ef628f301b0324f2fe387c5bef1b5fe1193374a --- diff --git a/packaging/e17-extra-modules.spec b/packaging/e17-extra-modules.spec index af9232e..8b3bd8f 100755 --- a/packaging/e17-extra-modules.spec +++ b/packaging/e17-extra-modules.spec @@ -1,6 +1,6 @@ Name: e17-extra-modules Summary: The E17 Extra Modules The E17 extra modules consists of modules made by SAMSUNG -Version: 0.14.7 +Version: 0.14.8 Release: 1 Group: System/GUI/Other License: BSD @@ -48,8 +48,8 @@ export CFLAGS+=" -D_ENV_ARM" for FILE in %{DEF_SUBDIRS} -do - cd $FILE +do + cd $FILE %autogen %configure --prefix=/usr make @@ -68,12 +68,12 @@ mkdir -p %{buildroot}/usr/bin cp -af keyrouter/scripts/* %{buildroot}/usr/bin/ for FILE in %{DEF_SUBDIRS} -do +do (cd $FILE && make install DESTDIR=%{buildroot} ) done -find %{buildroot}/usr/lib/enlightenment/modules -name *.la | xargs rm -find %{buildroot}/usr/lib/enlightenment/modules -name *.a | xargs rm +find %{buildroot}/usr/lib/enlightenment/modules -name *.la | xargs rm +find %{buildroot}/usr/lib/enlightenment/modules -name *.a | xargs rm %files %manifest e17-extra-modules.manifest