]> git.pld-linux.org Git - packages/xorg-driver-input-evdev.git/blame - xorg-driver-input-evdev.spec
- up to 2.0.7
[packages/xorg-driver-input-evdev.git] / xorg-driver-input-evdev.spec
CommitLineData
5ef838a1 1Summary: X.org input driver for Linux generic event devices
b475f2c8 2Summary(pl.UTF-8): Sterownik wejściowy X.org dla ogólnych urządzeń linuksowych generujących zdarzenia
5f9ec82a 3Name: xorg-driver-input-evdev
53b00c74 4Version: 2.0.7
e2e6dc91 5Release: 1
5f9ec82a
JB
6License: MIT
7Group: X11/Applications
c009ce3e 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-input-evdev-%{version}.tar.bz2
53b00c74 9# Source0-md5: cda012a05bcbe8fbad46ea338ad1716e
5f9ec82a
JB
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.57
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
15BuildRequires: xorg-proto-inputproto-devel
9afd278d 16BuildRequires: xorg-proto-kbproto-devel
8f91e6ec 17BuildRequires: xorg-util-util-macros >= 0.99.2
cfb8ad13 18BuildRequires: xorg-xserver-server-devel >= 1.1.0
567e3256
AM
19BuildRequires: rpmbuild(macros) >= 1.389
20%requires_xorg_xserver_xinput
cfb8ad13 21Requires: xorg-xserver-server >= 1.1.0
5f9ec82a
JB
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
5ef838a1
JB
25X.org input driver for Linux generic event devices. It supports all
26input devices that the kernel knows about, including most mice and
27keyboards.
5f9ec82a 28
c3f74b7a
JR
29%description -l pl.UTF-8
30Sterownik wejściowy X.org dla ogólnych urządzeń linuksowych
31generujących zdarzenia. Obsługuje wszystkie urządzenia wejściowe znane
32przez jądro, w tym większość myszy i klawiatur.
5f9ec82a
JB
33
34%prep
35%setup -q -n xf86-input-evdev-%{version}
36
37%build
38%{__libtoolize}
39%{__aclocal}
40%{__autoconf}
41%{__autoheader}
42%{__automake}
43%configure \
44 --disable-static
45
46%{__make}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} install \
8f91e6ec 52 DESTDIR=$RPM_BUILD_ROOT
5f9ec82a
JB
53
54rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(644,root,root,755)
5199156c 61%doc COPYING ChangeLog
5f9ec82a 62%attr(755,root,root) %{_libdir}/xorg/modules/input/evdev_drv.so
5ef838a1 63%{_mandir}/man4/evdev.4*
This page took 0.058074 seconds and 4 git commands to generate.