initial commit
[profile/ivi/xorg-app-xinput.git] / packaging / xorg-app-xinput.spec
1 Name:       xorg-app-xinput
2 Summary:    X.Org X11 xinput utility
3 Version:    1.5.2
4 Release:    2
5 Group:      System/X11
6 License:    MIT
7 URL:        http://www.x.org
8 Source0:    http://xorg.freedesktop.org/releases/individual/app/xinput-%{version}.tar.bz2
9 BuildRequires:  pkgconfig(xorg-macros)
10 BuildRequires:  pkgconfig(x11)
11 BuildRequires:  pkgconfig(xext)
12 BuildRequires:  pkgconfig(xi)
13 BuildRequires:  pkgconfig(inputproto)
14
15
16 %description
17 Description: %{summary}
18
19
20
21 %prep
22 %setup -q -n xinput-%{version}
23
24
25 %build
26 %reconfigure --libdir=%{_datadir}
27 make %{?jobs:-j%jobs}
28
29 %install
30 %make_install
31
32
33
34 %docs_package
35
36
37 %files
38 %{_bindir}/xinput
39
40