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