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