620d5b1a2bacbb0bd947c2ea27b977bc6610c538
[platform/upstream/libpthread-stubs.git] / packaging / libpthread-stubs.spec
1 Name:           libpthread-stubs
2 Version:        0.3
3 Release:        2.8
4 License:        MIT
5 Summary:        PThread Stubs for XCB
6 Url:            http://xcb.freedesktop.org
7 Group:          System/X11
8 Source:         %{name}-%{version}.tar.bz2
9
10 %description
11 PThread Stubs for XCB
12
13 %prep
14 %setup -q
15
16 %build
17 %configure --disable-static
18 make %{?_smp_mflags}
19
20 %install
21 %make_install
22
23 %files
24 %license COPYING
25 %defattr(-,root,root,-)
26 %{_libdir}/pkgconfig/pthread-stubs.pc
27