]> git.pld-linux.org Git - packages/xorg-driver-input-evdev.git/blame - xorg-driver-input-evdev.spec
- up to 2.0.99.3
[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
f589e7d8 4Version: 2.0.99.3
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
f589e7d8 9# Source0-md5: 16ce896ea2bf07431f4a0aeb1087c0b5
5f9ec82a
JB
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.57
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
8f91e6ec 18BuildRequires: xorg-util-util-macros >= 0.99.2
cfb8ad13 19BuildRequires: xorg-xserver-server-devel >= 1.1.0
567e3256 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 33
f589e7d8
AM
34%package devel
35Summary: Header files and develpment documentation for evdev driver
36Group: Development/Libraries
37
38%description devel
39Header files and develpment documentation for evdev driver.
40
5f9ec82a
JB
41%prep
42%setup -q -n xf86-input-evdev-%{version}
43
44%build
45%{__libtoolize}
46%{__aclocal}
47%{__autoconf}
48%{__autoheader}
49%{__automake}
50%configure \
51 --disable-static
52
53%{__make}
54
55%install
56rm -rf $RPM_BUILD_ROOT
57
58%{__make} install \
8f91e6ec 59 DESTDIR=$RPM_BUILD_ROOT
5f9ec82a
JB
60
61rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
62
63%clean
64rm -rf $RPM_BUILD_ROOT
65
66%files
67%defattr(644,root,root,755)
5199156c 68%doc COPYING ChangeLog
5f9ec82a 69%attr(755,root,root) %{_libdir}/xorg/modules/input/evdev_drv.so
5ef838a1 70%{_mandir}/man4/evdev.4*
f589e7d8
AM
71
72%files devel
73%defattr(644,root,root,755)
74%{_includedir}/xorg/evdev*.h
75%{_pkgconfigdir}/*.pc
This page took 0.034311 seconds and 4 git commands to generate.