From 5d7a10bad4927d64604897fbcf58920a3910af86 Mon Sep 17 00:00:00 2001 From: Ryan Ware Date: Tue, 29 May 2012 17:50:39 -0700 Subject: [PATCH] Add default Smack manifest for libslp-utilx.spec Change-Id: I9cc690a04c1493a09534cc2b77ba25fd579b9bc8 Signed-off-by: Ryan Ware --- packaging/libslp-utilx.manifest | 5 +++++ packaging/libslp-utilx.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/libslp-utilx.manifest diff --git a/packaging/libslp-utilx.manifest b/packaging/libslp-utilx.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libslp-utilx.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libslp-utilx.spec b/packaging/libslp-utilx.spec index 3945544..ccc4f79 100644 --- a/packaging/libslp-utilx.spec +++ b/packaging/libslp-utilx.spec @@ -5,6 +5,7 @@ Release: 1.1 Group: System/Libraries License: Apache-2.0 Source0: %{name}-%{version}.tar.gz +Source1001: packaging/libslp-utilx.manifest Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -28,6 +29,7 @@ Utility functions for the XWindow (developement files) %build +cp %{SOURCE1001} . cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} @@ -44,11 +46,13 @@ rm -rf %{buildroot} %files +%manifest libslp-utilx.manifest %defattr(-,root,root,-) /usr/lib/libutilX.so.* %files devel +%manifest libslp-utilx.manifest %defattr(-,root,root,-) /usr/include/utilX.h /usr/lib/libutilX.so -- 2.7.4