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