From: Ryan Ware Date: Wed, 30 May 2012 00:50:18 +0000 (-0700) Subject: Add default Smack manifest for wrt-commons.spec X-Git-Tag: build/2012-06-06.032427~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c8974630f66bf188ff603651366e8a9da63c4ed;p=platform%2Fframework%2Fweb%2Fwrt-commons.git Add default Smack manifest for wrt-commons.spec Change-Id: Ic16e4122278834962cb1f5f13cf66cea5702b6c5 Signed-off-by: Ryan Ware --- diff --git a/packaging/wrt-commons.manifest b/packaging/wrt-commons.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/wrt-commons.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/wrt-commons.spec b/packaging/wrt-commons.spec index f71d3ac..5ca2d94 100644 --- a/packaging/wrt-commons.spec +++ b/packaging/wrt-commons.spec @@ -7,6 +7,7 @@ Group: Development/Libraries License: Apache License, Version 2.0 URL: N/A Source0: %{name}-%{version}.tar.gz +Source1001: packaging/wrt-commons.manifest BuildRequires: cmake BuildRequires: pkgconfig(ecore) BuildRequires: pkgconfig(appcore-efl) @@ -39,6 +40,7 @@ Wrt common library development headers %setup -q %build +cp %{SOURCE1001} . export LDFLAGS+="-Wl,--rpath=%{_libdir} -Wl,--hash-style=both -Wl,--as-needed" cmake . -DVERSION=%{version} \ -DDPL_LOG="OFF" \ @@ -103,6 +105,7 @@ fi echo "[WRT] wrt-commons postinst done ..." %files +%manifest wrt-commons.manifest %{_libdir}/*.so %{_libdir}/*.so.* /usr/share/wrt-engine/* @@ -110,5 +113,6 @@ echo "[WRT] wrt-commons postinst done ..." %attr(775,root,root) %{_bindir}/wrt_commons_create_clean_db.sh %files devel +%manifest wrt-commons.manifest %{_includedir}/dpl-efl/* %{_libdir}/pkgconfig/*.pc