From 44468a2592564453c13f4cfb8988d04a197638eb Mon Sep 17 00:00:00 2001 From: Ryan Ware Date: Tue, 29 May 2012 17:50:27 -0700 Subject: [PATCH] Add default Smack manifest for libpthread-stubs.spec Change-Id: I9a63c241cab975f5a8b3687aa4ab06d25112c299 Signed-off-by: Ryan Ware --- packaging/libpthread-stubs.manifest | 5 +++++ packaging/libpthread-stubs.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/libpthread-stubs.manifest 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 -- 2.7.4