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