]> git.pld-linux.org Git - packages/xorg-driver-input-evdev.git/blame - xorg-driver-input-evdev.spec
- added README to doc
[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
7acb0f24
AM
4Version: 2.5.0
5Release: 1
5f9ec82a
JB
6License: MIT
7Group: X11/Applications
c009ce3e 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-input-evdev-%{version}.tar.bz2
7acb0f24 9# Source0-md5: eceb6dc517c0649b772f18708a1aade8
5f9ec82a 10URL: http://xorg.freedesktop.org/
de6f79a4 11BuildRequires: autoconf >= 2.60
5f9ec82a
JB
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
f589e7d8 15BuildRequires: rpmbuild(macros) >= 1.389
5f9ec82a 16BuildRequires: xorg-proto-inputproto-devel
9afd278d 17BuildRequires: xorg-proto-kbproto-devel
de6f79a4 18BuildRequires: xorg-util-util-macros >= 1.8
bcfb4b60 19BuildRequires: xorg-xserver-server-devel >= 1.5.3
567e3256 20%requires_xorg_xserver_xinput
bcfb4b60 21Requires: xorg-xserver-server >= 1.5.3
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 33
f589e7d8 34%package devel
d77b25ce
JB
35Summary: Header file for evdev driver
36Summary(pl.UTF-8): Plik nagłówkowy sterownika evdev
f589e7d8
AM
37Group: Development/Libraries
38
39%description devel
d77b25ce
JB
40Header file for evdev driver.
41
42%description devel -l pl.UTF-8
43Plik nagłówkowy sterownika evdev.
f589e7d8 44
5f9ec82a
JB
45%prep
46%setup -q -n xf86-input-evdev-%{version}
47
48%build
49%{__libtoolize}
50%{__aclocal}
51%{__autoconf}
52%{__autoheader}
53%{__automake}
54%configure \
55 --disable-static
56
57%{__make}
58
59%install
60rm -rf $RPM_BUILD_ROOT
61
62%{__make} install \
8f91e6ec 63 DESTDIR=$RPM_BUILD_ROOT
5f9ec82a
JB
64
65rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
70%files
71%defattr(644,root,root,755)
de6f79a4 72%doc COPYING ChangeLog README
5f9ec82a 73%attr(755,root,root) %{_libdir}/xorg/modules/input/evdev_drv.so
5ef838a1 74%{_mandir}/man4/evdev.4*
f589e7d8
AM
75
76%files devel
77%defattr(644,root,root,755)
d77b25ce
JB
78%{_includedir}/xorg/evdev-properties.h
79%{_pkgconfigdir}/xorg-evdev.pc
This page took 0.087526 seconds and 4 git commands to generate.