From 2c8974630f66bf188ff603651366e8a9da63c4ed Mon Sep 17 00:00:00 2001 From: Ryan Ware Date: Tue, 29 May 2012 17:50:18 -0700 Subject: [PATCH] Add default Smack manifest for wrt-commons.spec Change-Id: Ic16e4122278834962cb1f5f13cf66cea5702b6c5 Signed-off-by: Ryan Ware --- packaging/wrt-commons.manifest | 5 +++++ packaging/wrt-commons.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/wrt-commons.manifest 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 -- 2.34.1