]> git.pld-linux.org Git - packages/xorg-driver-input-libinput.git/blame - xorg-driver-input-libinput.spec
- updated to 0.4.0; requires just released libinput 0.7.0
[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
7991769c 4Version: 0.4.0
51d7e93d
JB
5Release: 1
6License: MIT
7Group: X11/Applications
8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-input-libinput-%{version}.tar.bz2
7991769c 9# Source0-md5: 74bd2fd994fd42fec23c9fc8282002f4
51d7e93d
JB
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.60
12BuildRequires: automake
7991769c 13BuildRequires: libinput-devel >= 0.7.0
51d7e93d
JB
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}
7991769c 22Requires: libinput >= 0.7.0
51d7e93d
JB
23Requires: xorg-xserver-server >= 1.10
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27This is an X driver based on libinput. It is a thin wrapper around
28libinput, so while it does provide all features that libinput supports
29it does little beyond.
30
31%description -l pl.UTF-8
32Sterownik wejściowy X oparty na libinput. Jest to bardzo cienkie
33obudowanie biblioteki libinput, więc udostępnia wszystkie funkcje
34obsługiwane przez libinput, ale niewiele poza tym.
35
36%prep
37%setup -q -n xf86-input-libinput-%{version}
38
39%build
40%{__libtoolize}
41%{__aclocal}
42%{__autoconf}
43%{__autoheader}
44%{__automake}
45%configure \
46 --disable-static
47
48%{__make}
49
50%install
51rm -rf $RPM_BUILD_ROOT
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
54
55%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%files
61%defattr(644,root,root,755)
62%doc COPYING ChangeLog README.md conf/99-libinput.conf
51d7e93d
JB
63%attr(755,root,root) %{_libdir}/xorg/modules/input/libinput_drv.so
64%{_mandir}/man4/libinput.4*
This page took 0.100382 seconds and 4 git commands to generate.