From c16e0d89fb2f8267ce64d04c61aa1d25969f5f66 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sun, 4 Nov 2012 07:09:05 -0800 Subject: [PATCH] add packaging --- packaging/libpthread-stubs.spec | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 packaging/libpthread-stubs.spec 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 + -- 2.7.4