]> git.pld-linux.org Git - packages/xorg-driver-input-evdev.git/blob - xorg-driver-input-evdev.spec
- up to 2.0.6
[packages/xorg-driver-input-evdev.git] / xorg-driver-input-evdev.spec
1 Summary:        X.org input driver for Linux generic event devices
2 Summary(pl.UTF-8):      Sterownik wejściowy X.org dla ogólnych urządzeń linuksowych generujących zdarzenia
3 Name:           xorg-driver-input-evdev
4 Version:        2.0.6
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-input-evdev-%{version}.tar.bz2
9 # Source0-md5:  499abf720b8c8ab0be1f3c0c62b2a399
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
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 >= 0.99.2
18 BuildRequires:  xorg-xserver-server-devel >= 1.1.0
19 BuildRequires:  rpmbuild(macros) >= 1.389
20 %requires_xorg_xserver_xinput
21 Requires:       xorg-xserver-server >= 1.1.0
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 X.org input driver for Linux generic event devices. It supports all
26 input devices that the kernel knows about, including most mice and
27 keyboards.
28
29 %description -l pl.UTF-8
30 Sterownik wejściowy X.org dla ogólnych urządzeń linuksowych
31 generujących zdarzenia. Obsługuje wszystkie urządzenia wejściowe znane
32 przez jądro, w tym większość myszy i klawiatur.
33
34 %prep
35 %setup -q -n xf86-input-evdev-%{version}
36
37 %build
38 %{__libtoolize}
39 %{__aclocal}
40 %{__autoconf}
41 %{__autoheader}
42 %{__automake}
43 %configure \
44         --disable-static
45
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc COPYING ChangeLog
62 %attr(755,root,root) %{_libdir}/xorg/modules/input/evdev_drv.so
63 %{_mandir}/man4/evdev.4*
This page took 0.036998 seconds and 3 git commands to generate.