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