add packaging
[platform/upstream/libpthread-stubs.git] / packaging / libpthread-stubs.spec
1 #sbs-git:slp/pkgs/xorg/xcb/libpthread-stubs libpthread-stubs 0.3 ce726f595116dd79d38db013c49c113555b1a15d
2
3 Name:           libpthread-stubs
4 Version:        0.3
5 Release:        2.8
6 License:        MIT
7 Summary:        PThread Stubs for XCB
8 Url:            http://xcb.freedesktop.org
9 Group:          System/X11
10 Source:         %{name}-%{version}.tar.bz2
11
12 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
13
14 %description
15 PThread Stubs for XCB
16
17 %prep
18 %setup -q
19
20 %build
21
22 %configure --disable-static
23 # Call make instruction with smp support
24 make %{?_smp_mflags}
25
26 %install
27 %make_install
28
29
30
31
32 %files
33 %defattr(-,root,root,-)
34 %{_libdir}/pkgconfig/pthread-stubs.pc
35