]> git.pld-linux.org Git - packages/xorg-driver-input-keyboard.git/blob - xorg-driver-input-keyboard.spec
- updated URLs, cleanup; don't upgrade to 2.0.0 on Linux
[packages/xorg-driver-input-keyboard.git] / xorg-driver-input-keyboard.spec
1 Summary:        X.org keyboard input drivers
2 Summary(pl.UTF-8):      Sterowniki wejściowe klawiatury dla X.org
3 Name:           xorg-driver-input-keyboard
4 # NOTE: keep 1.9.x here; 2.0.0 doesn't support Linux
5 Version:        1.9.0
6 Release:        1
7 License:        MIT
8 Group:          X11/Applications
9 Source0:        https://xorg.freedesktop.org/releases/individual/driver/xf86-input-keyboard-%{version}.tar.bz2
10 # Source0-md5:  a3a3f0dd32361dcdbd406e894dafe090
11 URL:            https://xorg.freedesktop.org/
12 BuildRequires:  autoconf >= 2.60
13 BuildRequires:  automake
14 BuildRequires:  libtool
15 BuildRequires:  pkgconfig >= 1:0.19
16 BuildRequires:  rpmbuild(macros) >= 1.389
17 BuildRequires:  xorg-proto-inputproto-devel
18 BuildRequires:  xorg-proto-xproto-devel
19 BuildRequires:  xorg-util-util-macros >= 1.8
20 BuildRequires:  xorg-xserver-server-devel >= 1.10
21 %{?requires_xorg_xserver_xinput}
22 Requires:       xorg-xserver-server >= 1.10
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 X.org keyboard input drivers. They support the standard OS-provided
27 keyboard interface.
28
29 %description -l pl.UTF-8
30 Sterowniki wejściowe klawiatury dla X.org. Obsługują standardowy
31 interfejs klawiatury udostępniany przez system operacyjny.
32
33 %prep
34 %setup -q -n xf86-input-keyboard-%{version}
35
36 %build
37 %{__libtoolize}
38 %{__aclocal}
39 %{__autoconf}
40 %{__autoheader}
41 %{__automake}
42 %configure
43
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc COPYING ChangeLog README
60 %attr(755,root,root) %{_libdir}/xorg/modules/input/kbd_drv.so
61 %{_mandir}/man4/kbd.4*
This page took 0.109633 seconds and 4 git commands to generate.