e086f5d767ef027153b5dff77761e126ca3428b8
[framework/uifw/xorg/proto/x11proto-input.git] / packaging / xorg-x11-proto-inputproto.spec
1
2 Name:       xorg-x11-proto-inputproto
3 Summary:    X.Org X11 Protocol inputproto
4 Version:    2.0.1
5 Release:    0
6 Group:      Development/System
7 License:    MIT
8 URL:        http://www.x.org
9 Source0:    http://xorg.freedesktop.org/releases/individual/proto/inputproto-%{version}.tar.gz
10 Provides:   inputproto
11 BuildRequires: pkgconfig(xorg-macros)
12
13
14 %description
15 Description: %{summary}
16
17
18
19 %prep
20 %setup -q -n inputproto-%{version}
21
22 %build
23
24 %reconfigure --disable-shared
25
26 # Call make instruction with smp support
27 make %{?jobs:-j%jobs}
28
29 %install
30 rm -rf %{buildroot}
31 %make_install
32
33
34 %clean
35 rm -rf %{buildroot}
36
37
38
39
40
41 %files
42 %defattr(-,root,root,-)
43 %{_libdir}/pkgconfig/inputproto.pc
44 %{_includedir}/X11/extensions/XI.h
45 %{_includedir}/X11/extensions/XIproto.h
46 %{_includedir}/X11/extensions/XI2.h
47 %{_includedir}/X11/extensions/XI2proto.h
48 %{_docdir}/inputproto
49
50