From: Ryan Ware Date: Wed, 30 May 2012 00:50:12 +0000 (-0700) Subject: Add default Smack manifest for e17-extra-private-modules.spec X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2F1.0_post;p=framework%2Fuifw%2Fe17-extra-config-modules.git Add default Smack manifest for e17-extra-private-modules.spec Change-Id: I5facbb1e6faa091801a9cdb6d0c0a4a54d6f9fbb Signed-off-by: Ryan Ware --- diff --git a/packaging/e17-extra-private-modules.manifest b/packaging/e17-extra-private-modules.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/e17-extra-private-modules.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/e17-extra-private-modules.spec b/packaging/e17-extra-private-modules.spec index 7f3c01d..02da0f7 100644 --- a/packaging/e17-extra-private-modules.spec +++ b/packaging/e17-extra-private-modules.spec @@ -5,6 +5,7 @@ Release: 1 Group: TO_BE/FILLED_IN License: Samsung Proprietary License Source0: %{name}-%{version}.tar.gz +Source1001: packaging/e17-extra-private-modules.manifest BuildRequires: pkgconfig(enlightenment) BuildRequires: pkgconfig(utilX) BuildRequires: pkgconfig(elementary) @@ -18,6 +19,7 @@ The E17 Extra Private Modules The E17 extra private modules consists of modules %build +cp %{SOURCE1001} . export CFLAGS+=" -Wall -g -fPIC -rdynamic" export LDFLAGS+=" -Wl,--hash-style=both -Wl,--as-needed -Wl,--rpath=/usr/lib" @@ -44,6 +46,7 @@ done find %{buildroot}/usr/lib/enlightenment/modules -name *.la | xargs rm %files +%manifest e17-extra-private-modules.manifest %defattr(-,root,root,-) %{_libdir}/enlightenment/modules/*/*/*.so %{_libdir}/enlightenment/modules/config-slp/module.desktop