Add default Smack manifest for libslp-utilx.spec 1.0_post
authorRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:50:39 +0000 (17:50 -0700)
committerRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:50:39 +0000 (17:50 -0700)
Change-Id: I9cc690a04c1493a09534cc2b77ba25fd579b9bc8
Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
packaging/libslp-utilx.manifest [new file with mode: 0644]
packaging/libslp-utilx.spec

diff --git a/packaging/libslp-utilx.manifest b/packaging/libslp-utilx.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 3945544..ccc4f79 100644 (file)
@@ -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