]> git.pld-linux.org Git - packages/xorg-driver-input-evdev.git/blob - xorg-driver-input-evdev.spec
- up to 2.2.4
[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.2.4
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:  6d0bd6cd3f50a42687c663d4764aeb44
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:  rpmbuild(macros) >= 1.389
16 BuildRequires:  xorg-proto-inputproto-devel
17 BuildRequires:  xorg-proto-kbproto-devel
18 BuildRequires:  xorg-util-util-macros >= 0.99.2
19 BuildRequires:  xorg-xserver-server-devel >= 1.5.3
20 %requires_xorg_xserver_xinput
21 Requires:       hal
22 Requires:       xorg-xserver-server >= 1.5.3
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 X.org input driver for Linux generic event devices. It supports all
27 input devices that the kernel knows about, including most mice and
28 keyboards.
29
30 %description -l pl.UTF-8
31 Sterownik wejściowy X.org dla ogólnych urządzeń linuksowych
32 generujących zdarzenia. Obsługuje wszystkie urządzenia wejściowe znane
33 przez jądro, w tym większość myszy i klawiatur.
34
35 %package devel
36 Summary:        Header file for evdev driver
37 Summary(pl.UTF-8):      Plik nagłówkowy sterownika evdev
38 Group:          Development/Libraries
39
40 %description devel
41 Header file for evdev driver.
42
43 %description devel -l pl.UTF-8
44 Plik nagłówkowy sterownika evdev.
45
46 %prep
47 %setup -q -n xf86-input-evdev-%{version}
48
49 %build
50 %{__libtoolize}
51 %{__aclocal}
52 %{__autoconf}
53 %{__autoheader}
54 %{__automake}
55 %configure \
56         --disable-static
57
58 %{__make}
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62
63 %{__make} install \
64         DESTDIR=$RPM_BUILD_ROOT
65
66 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %files
72 %defattr(644,root,root,755)
73 %doc COPYING ChangeLog
74 %attr(755,root,root) %{_libdir}/xorg/modules/input/evdev_drv.so
75 %{_mandir}/man4/evdev.4*
76
77 %files devel
78 %defattr(644,root,root,755)
79 %{_includedir}/xorg/evdev-properties.h
80 %{_pkgconfigdir}/xorg-evdev.pc
This page took 0.869907 seconds and 4 git commands to generate.