]> git.pld-linux.org Git - packages/xorg-driver-input-libinput.git/blobdiff - xorg-driver-input-libinput.spec
- up to 0.19.1
[packages/xorg-driver-input-libinput.git] / xorg-driver-input-libinput.spec
index e8feaa4f8d0a617f40c94716de0b5aa3dea9ad2a..212b41d801992a81797d43914e47b4ad84dc7160 100644 (file)
@@ -1,16 +1,16 @@
 Summary:       A libinput-based X.org input driver
 Summary(pl.UTF-8):     Sterownik wejściowy X.org oparty na libinput
 Name:          xorg-driver-input-libinput
-Version:       0.10.0
+Version:       0.19.1
 Release:       1
 License:       MIT
 Group:         X11/Applications
 Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-input-libinput-%{version}.tar.bz2
-# Source0-md5: e0d6fc2aceba154e57501d36e361d3f7
+# Source0-md5: 337bbee23ee0cef9adefbfcb5e28370d
 URL:           http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
-BuildRequires: libinput-devel >= 0.11.0
+BuildRequires: libinput-devel >= 1.2.0
 BuildRequires: libtool >= 2:2
 BuildRequires: pkgconfig >= 1:0.19
 BuildRequires: rpmbuild(macros) >= 1.389
@@ -19,7 +19,7 @@ BuildRequires:        xorg-proto-xproto-devel
 BuildRequires: xorg-util-util-macros >= 1.8
 BuildRequires: xorg-xserver-server-devel >= 1.10
 %{?requires_xorg_xserver_xinput}
-Requires:      libinput >= 0.11.0
+Requires:      libinput >= 1.2.0
 Requires:      xorg-xserver-server >= 1.10
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -54,12 +54,16 @@ Plik nagłówkowy sterownika libinput.
 %{__autoheader}
 %{__automake}
 %configure \
+       --with-xorg-conf-dir=/etc/X11/xorg.conf.d \
        --disable-static
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT/etc/X11/xorg.conf.d/
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -70,7 +74,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING ChangeLog README.md conf/99-libinput.conf
+%doc COPYING ChangeLog README.md
+/etc/X11/xorg.conf.d/60-libinput.conf
 %attr(755,root,root) %{_libdir}/xorg/modules/input/libinput_drv.so
 %{_mandir}/man4/libinput.4*
 
This page took 0.092249 seconds and 4 git commands to generate.