]> git.pld-linux.org Git - packages/xorg-driver-input-libinput.git/blame - xorg-driver-input-libinput.spec
- new; needs unreleased yet libinput
[packages/xorg-driver-input-libinput.git] / xorg-driver-input-libinput.spec
CommitLineData
51d7e93d
JB
1Summary: A libinput-based X.org input driver
2Summary(pl.UTF-8): Sterownik wejściowy X.org oparty na libinput
3Name: xorg-driver-input-libinput
4Version: 0.2.0
5Release: 1
6License: MIT
7Group: X11/Applications
8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-input-libinput-%{version}.tar.bz2
9# Source0-md5: 3c0d849d8b391a0997004f3b19352e5f
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.60
12BuildRequires: automake
13BuildRequires: libinput-devel > 0.6.0
14BuildRequires: libtool >= 2:2
15BuildRequires: pkgconfig >= 1:0.19
16BuildRequires: rpmbuild(macros) >= 1.389
17BuildRequires: xorg-proto-inputproto-devel >= 2.2
18BuildRequires: xorg-proto-xproto-devel
19BuildRequires: xorg-util-util-macros >= 1.8
20BuildRequires: xorg-xserver-server-devel >= 1.10
21%{?requires_xorg_xserver_xinput}
22Requires: xorg-xserver-server >= 1.10
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26This is an X driver based on libinput. It is a thin wrapper around
27libinput, so while it does provide all features that libinput supports
28it does little beyond.
29
30%description -l pl.UTF-8
31Sterownik wejściowy X oparty na libinput. Jest to bardzo cienkie
32obudowanie biblioteki libinput, więc udostępnia wszystkie funkcje
33obsługiwane przez libinput, ale niewiele poza tym.
34
35%prep
36%setup -q -n xf86-input-libinput-%{version}
37
38%build
39%{__libtoolize}
40%{__aclocal}
41%{__autoconf}
42%{__autoheader}
43%{__automake}
44%configure \
45 --disable-static
46
47%{__make}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
53
54%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(644,root,root,755)
61%doc COPYING ChangeLog README.md conf/99-libinput.conf
62%config(noreplace) %verify(not md5 mtime size) /etc/X11/xorg.conf.d/10-libinput.conf
63%attr(755,root,root) %{_libdir}/xorg/modules/input/libinput_drv.so
64%{_mandir}/man4/libinput.4*
This page took 0.086647 seconds and 4 git commands to generate.