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