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