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