From: Alexandru Cornea Date: Mon, 1 Jul 2013 16:14:27 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.215737^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Flibpthread-stubs.git;a=commitdiff_plain;h=refs%2Fheads%2Fdevel%2Fx11 resetting manifest requested domain to floor --- 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