Clean up spec file for packaging.
[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:    %{name}-%{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 %prep
21 %setup -q -n %{name}-%{version}
22
23
24 %build
25 %reconfigure --libdir=%{_datadir}
26 make %{?jobs:-j%jobs}
27
28 %install
29 %make_install
30
31
32 %docs_package
33
34 %files
35 %{_bindir}/xinput
36
37