]> git.pld-linux.org Git - packages/xorg-driver-input-void.git/blob - xorg-driver-input-void.spec
- release 3
[packages/xorg-driver-input-void.git] / xorg-driver-input-void.spec
1 Summary:        X.org null input driver
2 Summary(pl.UTF-8):      Pusty sterownik wejściowy X.org
3 Name:           xorg-driver-input-void
4 Version:        1.1.1
5 Release:        3
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-input-void-%{version}.tar.bz2
9 # Source0-md5:  862c230f5f6e0c545f232b4c0fa9537a
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-proto-inputproto-devel
16 BuildRequires:  xorg-proto-randrproto-devel
17 BuildRequires:  xorg-util-util-macros >= 0.99.2
18 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
19 BuildRequires:  rpmbuild(macros) >= 1.389
20 %requires_xorg_xserver_xinput
21 Requires:       xorg-xserver-server >= 1.0.99.901
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 X.org dummy/null input driver. It doesn't connect to any physical
26 device, and it never delivers any events. It functions as both a
27 pointer and keyboard device, and may be used as X server's core
28 pointer and/or core keyboard. It's purpose is to allow the X server to
29 operate without a core pointer and/or core keyboard.
30
31 %description -l pl.UTF-8
32 Pusty sterownik wejściowy X.org. Nie łączy się z żadnym urządzeniem
33 fizycznym i nie dostarcza żadnych zdarzeń. Działa zarówno jako
34 urządzenie wskazujące jak i klawiatura; może być używany jako główne
35 urządzenie wskazujące i/lub główna klawiatura serwera X. Jego celem
36 jest umożliwienie działania serwera X bez głównego urządzenia
37 wskazujacego i/lub głównej klawiatury.
38
39 %prep
40 %setup -q -n xf86-input-void-%{version}
41
42 %build
43 %{__libtoolize}
44 %{__aclocal}
45 %{__autoconf}
46 %{__autoheader}
47 %{__automake}
48 %configure \
49         --disable-static
50
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc COPYING ChangeLog
67 %attr(755,root,root) %{_libdir}/xorg/modules/input/void_drv.so
68 %{_mandir}/man4/void.4*
This page took 0.069139 seconds and 3 git commands to generate.