Git init
[framework/uifw/xorg/xcb/libpthread-stubs.git] / packaging / libpthread-stubs.spec
1
2 Name:       libpthread-stubs
3 Summary:    PThread Stubs for XCB
4 Version:    0.3
5 Release:    2.8
6 Group:      System/X11
7 License:    MIT
8 URL:        http://xcb.freedesktop.org
9 Source0:    http://xcb.freedesktop.org/dist/libpthread-stubs-%{version}.tar.bz2
10
11 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
12
13 %description
14 PThread Stubs for XCB
15
16
17
18 %prep
19 %setup -q -n %{name}-%{version}
20
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
47
48 %changelog
49 * Sat Feb 27 2010 Anas Nashif <anas.nashif@intel.com> - 0.3
50 - Updated with latest spectacle
51 - Include YAML file in source rpm
52 * Mon Feb  8 2010 Austin Zhang <austin.zhang@intel.com> 0.3
53 - update to 0.3
54 * Wed Nov 26 2008 Peng Li <peng.li@intel.com> 0.1
55 - initial import libpthread-stubs 0.1