]> git.pld-linux.org Git - SPECS.git/blob - xorg-app-xinput.spec
SPECS updated Sun 1 Aug 11:02:02 CEST 2021
[SPECS.git] / xorg-app-xinput.spec
1 Summary:        xinput application - allows configuration and testing of XInput devices
2 Summary(pl.UTF-8):      Aplikacja xinput pozwalająca na konfigurację i testowanie urządzeń XInput
3 Name:           xorg-app-xinput
4 Version:        1.6.3
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/archive/individual/app/xinput-%{version}.tar.bz2
9 # Source0-md5:  ac6b7432726008b2f50eba82b0e2dbe4
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libX11-devel
15 BuildRequires:  xorg-lib-libXext-devel
16 BuildRequires:  xorg-lib-libXi-devel >= 1.6.0
17 BuildRequires:  xorg-proto-inputproto-devel >= 2.1.99.1
18 BuildRequires:  xorg-util-util-macros >= 1.8
19 Requires:       xorg-lib-libXi >= 1.6.0
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 A utility to configure and test XInput devices.
24
25 %description -l pl.UTF-8
26 Narzędzie do konfiguracji i testowania urządzeń XInput.
27
28 %prep
29 %setup -q -n xinput-%{version}
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__autoheader}
35 %{__automake}
36 %configure
37
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc AUTHORS COPYING ChangeLog NEWS README
52 %attr(755,root,root) %{_bindir}/xinput
53 %{_mandir}/man1/xinput.1*
This page took 0.108026 seconds and 3 git commands to generate.