e42b5135b7f8a0ccfb0746b2429a6fdbf96d075e
[framework/uifw/xorg/proto/x11proto-dri2.git] / packaging / xorg-x11-proto-dri2proto.spec
1 Name:       xorg-x11-proto-dri2proto
2 Summary:    X.Org X11 Protocol dri2proto
3 Version:    2.6
4 Release:    1.8
5 Group:      Development/System
6 License:    MIT
7 URL:        http://www.x.org
8 Source0:    http://xorg.freedesktop.org/releases/individual/proto/dri2proto-%{version}.tar.gz
9 Provides:   dri2proto
10 BuildRequires: pkgconfig(xorg-macros)
11
12 %description
13 Description: %{summary}
14
15
16
17 %prep
18 %setup -q -n dri2proto-%{version}
19
20 %build
21
22 %reconfigure --disable-static \
23     --libdir=%{_datadir}
24
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 %clean
34 rm -rf %{buildroot}
35
36
37
38
39
40
41 %files
42 %defattr(-,root,root,-)
43 %{_includedir}/X11/extensions/dri2proto.h
44 %{_includedir}/X11/extensions/dri2tokens.h
45 %{_datadir}/pkgconfig/dri2proto.pc
46 %exclude %{_datadir}/doc/dri2proto/dri2proto.txt