summaryrefslogtreecommitdiff
path: root/packaging/xorg-x11-drv-keyboard.spec
blob: ad9d6a0e58b6d734002df3583dbb4194a1b5c7aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# 
# 

Name:       xorg-x11-drv-keyboard
Summary:    Xorg X11 keyboard input driver
Version:    1.6.0
Release:    1
Group:      Graphics/X11
License:    MIT
URL:        http://www.x.org/
Source0:    %{name}-%{version}.tar.bz2
Source1001: packaging/xorg-x11-drv-keyboard.manifest 
# >> gbp-patch-tags         # auto-added by gbp
# << gbp-patch-tags         # auto-added by gbp
Requires:   xorg-server
Requires:   xkeyboard-config
BuildRequires:  pkgconfig(xorg-server)
BuildRequires:  pkgconfig(xproto)
BuildRequires:  pkgconfig(randrproto)
BuildRequires:  pkgconfig(inputproto)
BuildRequires:  pkgconfig(kbproto)
BuildRequires:  pkgconfig(xextproto)


%description
Xorg X11 keyboard input driver.



%prep
%setup -q
# >> gbp-apply-patches    # auto-added by gbp
# << gbp-apply-patches    # auto-added by gbp


%build
cp %{SOURCE1001} .

%configure --disable-static
make %{?jobs:-j%jobs}

%install
rm -rf %{buildroot}
%make_install







%files
%manifest xorg-x11-drv-keyboard.manifest
%defattr(-,root,root,-)
%(pkg-config xorg-server --variable=moduledir )/input/kbd_drv.so
%doc %{_mandir}/man4/kbd.4*