From: Anas Nashif Date: Sun, 4 Nov 2012 15:09:05 +0000 (-0800) Subject: add packaging X-Git-Tag: accepted/tizen/20130503.222126~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c16e0d89fb2f8267ce64d04c61aa1d25969f5f66;p=platform%2Fupstream%2Flibpthread-stubs.git add packaging --- diff --git a/packaging/libpthread-stubs.spec b/packaging/libpthread-stubs.spec new file mode 100644 index 0000000..590391f --- /dev/null +++ b/packaging/libpthread-stubs.spec @@ -0,0 +1,35 @@ +#sbs-git:slp/pkgs/xorg/xcb/libpthread-stubs libpthread-stubs 0.3 ce726f595116dd79d38db013c49c113555b1a15d + +Name: libpthread-stubs +Version: 0.3 +Release: 2.8 +License: MIT +Summary: PThread Stubs for XCB +Url: http://xcb.freedesktop.org +Group: System/X11 +Source: %{name}-%{version}.tar.bz2 + +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +PThread Stubs for XCB + +%prep +%setup -q + +%build + +%configure --disable-static +# Call make instruction with smp support +make %{?_smp_mflags} + +%install +%make_install + + + + +%files +%defattr(-,root,root,-) +%{_libdir}/pkgconfig/pthread-stubs.pc +