From 17bfd695c9e8a1005f08089fc9f8f3583f5962a4 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 19:14:27 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- 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 620d5b1..5308dfa 100644 --- a/packaging/libpthread-stubs.spec +++ b/packaging/libpthread-stubs.spec @@ -6,12 +6,14 @@ Summary: PThread Stubs for XCB Url: http://xcb.freedesktop.org Group: System/X11 Source: %{name}-%{version}.tar.bz2 +Source1001: libpthread-stubs.manifest %description PThread Stubs for XCB %prep %setup -q +cp %{SOURCE1001} . %build %configure --disable-static @@ -21,6 +23,7 @@ make %{?_smp_mflags} %make_install %files +%manifest %{name}.manifest %license COPYING %defattr(-,root,root,-) %{_libdir}/pkgconfig/pthread-stubs.pc -- 2.7.4