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

diff --git a/packaging/libpthread-stubs.manifest b/packaging/libpthread-stubs.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 7ee9465..3f66314 100644 (file)
@@ -7,6 +7,7 @@ Group:      System/X11
 License:    MIT
 URL:        http://xcb.freedesktop.org
 Source0:    http://xcb.freedesktop.org/dist/libpthread-stubs-%{version}.tar.bz2
+Source1001: packaging/libpthread-stubs.manifest 
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -20,6 +21,7 @@ PThread Stubs for XCB
 
 
 %build
+cp %{SOURCE1001} .
 
 %configure --disable-static
 # Call make instruction with smp support
@@ -41,6 +43,7 @@ rm -rf %{buildroot}
 
 
 %files
+%manifest libpthread-stubs.manifest
 %defattr(-,root,root,-)
 %{_libdir}/pkgconfig/pthread-stubs.pc