Git init
[framework/uifw/xorg/proto/x11proto-kb.git] / packaging / xorg-x11-proto-kbproto.spec
1
2 Name:       xorg-x11-proto-kbproto
3 Summary:    X.Org X11 Protocol kbproto
4 Version:    1.0.5
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/kbproto-%{version}.tar.gz
10 BuildRequires:  pkgconfig(xorg-macros)
11 Provides:   kbproto
12
13
14 %description
15 Description: %{summary}
16
17
18
19 %prep
20 %setup -q -n kbproto-%{version}
21
22
23 %build
24
25 %reconfigure --disable-shared
26
27 make %{?jobs:-j%jobs}
28
29 %install
30 rm -rf %{buildroot}
31 %make_install 
32
33
34
35
36 %files
37 %defattr(-,root,root,-)
38 %{_libdir}/pkgconfig/kbproto.pc
39 %{_includedir}/X11/extensions/XKB.h
40 %{_includedir}/X11/extensions/XKBsrv.h
41 %{_includedir}/X11/extensions/XKBproto.h
42 %{_includedir}/X11/extensions/XKBstr.h
43 %{_includedir}/X11/extensions/XKBgeom.h
44
45