upload tizen2.0 source
[framework/uifw/xorg/xcb/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 Summary:    PThread Stubs for XCB
5 Version: 0.3
6 Release:    2.8
7 Group:      System/X11
8 License:    MIT
9 URL:        http://xcb.freedesktop.org
10 Source:    %{name}-%{version}.tar.gz
11
12 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
13
14 %description
15 PThread Stubs for XCB
16
17
18
19 %prep
20 %setup -q
21
22 %build
23
24 %configure --disable-static
25 # Call make instruction with smp support
26 make %{?jobs:-j%jobs}
27
28 %install
29 rm -rf %{buildroot}
30 %make_install
31
32
33
34
35 %clean
36 rm -rf %{buildroot}
37
38
39
40
41
42
43 %files
44 %defattr(-,root,root,-)
45 %{_libdir}/pkgconfig/pthread-stubs.pc
46