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