]> git.pld-linux.org Git - packages/xorg-driver-input-evdev.git/blob - xorg-driver-input-evdev.spec
- updated to 2.9.2
[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.9.2
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:  99eebf171e6c7bffc42d4fc430d47454
10 Source1:        evdev.conf
11 URL:            http://xorg.freedesktop.org/
12 BuildRequires:  autoconf >= 2.60
13 BuildRequires:  automake
14 BuildRequires:  libevdev-devel >= 0.4
15 BuildRequires:  libtool
16 BuildRequires:  mtdev-devel
17 BuildRequires:  pkgconfig >= 1:0.19
18 BuildRequires:  rpmbuild(macros) >= 1.389
19 BuildRequires:  udev-devel
20 BuildRequires:  xorg-proto-inputproto-devel >= 2.2
21 BuildRequires:  xorg-proto-kbproto-devel
22 BuildRequires:  xorg-util-util-macros >= 1.8
23 BuildRequires:  xorg-xserver-server-devel >= 1.12
24 %{?requires_xorg_xserver_xinput}
25 Requires:       libevdev >= 0.4
26 Requires:       xorg-xserver-server >= 1.12
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 X.org input driver for Linux generic event devices. It supports all
31 input devices that the kernel knows about, including most mice and
32 keyboards.
33
34 %description -l pl.UTF-8
35 Sterownik wejściowy X.org dla ogólnych urządzeń linuksowych
36 generujących zdarzenia. Obsługuje wszystkie urządzenia wejściowe znane
37 przez jądro, w tym większość myszy i klawiatur.
38
39 %package devel
40 Summary:        Header file for evdev driver
41 Summary(pl.UTF-8):      Plik nagłówkowy sterownika evdev
42 Group:          Development/Libraries
43
44 %description devel
45 Header file for evdev driver.
46
47 %description devel -l pl.UTF-8
48 Plik nagłówkowy sterownika evdev.
49
50 %prep
51 %setup -q -n xf86-input-evdev-%{version}
52
53 %build
54 %{__libtoolize}
55 %{__aclocal}
56 %{__autoconf}
57 %{__autoheader}
58 %{__automake}
59 %configure \
60         --disable-static
61
62 %{__make}
63
64 %install
65 rm -rf $RPM_BUILD_ROOT
66 %{__make} install \
67         DESTDIR=$RPM_BUILD_ROOT
68
69 install -d $RPM_BUILD_ROOT/etc/X11/xorg.conf.d
70 cp -p %{SOURCE1}  $RPM_BUILD_ROOT/etc/X11/xorg.conf.d/10-evdev.conf
71
72 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %files
78 %defattr(644,root,root,755)
79 %doc COPYING ChangeLog README
80 %config(noreplace) %verify(not md5 mtime size) /etc/X11/xorg.conf.d/10-evdev.conf
81 %attr(755,root,root) %{_libdir}/xorg/modules/input/evdev_drv.so
82 %{_mandir}/man4/evdev.4*
83
84 %files devel
85 %defattr(644,root,root,755)
86 %{_includedir}/xorg/evdev-properties.h
87 %{_pkgconfigdir}/xorg-evdev.pc
This page took 0.086978 seconds and 3 git commands to generate.