resetting manifest requested domain to floor
[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 Source1001:     libpthread-stubs.manifest
10
11 %description
12 PThread Stubs for XCB
13
14 %prep
15 %setup -q
16 cp %{SOURCE1001} .
17
18 %build
19 %configure --disable-static
20 make %{?_smp_mflags}
21
22 %install
23 %make_install
24
25 %files
26 %manifest %{name}.manifest
27 %license COPYING
28 %defattr(-,root,root,-)
29 %{_libdir}/pkgconfig/pthread-stubs.pc
30