From: Ryan Ware Date: Wed, 30 May 2012 00:50:27 +0000 (-0700) Subject: Add default Smack manifest for libpthread-stubs.spec X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2F1.0_post;p=framework%2Fuifw%2Fxorg%2Fxcb%2Flibpthread-stubs.git Add default Smack manifest for libpthread-stubs.spec Change-Id: I9a63c241cab975f5a8b3687aa4ab06d25112c299 Signed-off-by: Ryan Ware --- diff --git a/packaging/libpthread-stubs.manifest b/packaging/libpthread-stubs.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libpthread-stubs.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libpthread-stubs.spec b/packaging/libpthread-stubs.spec index 7ee9465..3f66314 100644 --- a/packaging/libpthread-stubs.spec +++ b/packaging/libpthread-stubs.spec @@ -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