X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=xorg-driver-input-libinput.spec;h=52b85b0c41e2135c397ae79e4bec00092203cc97;hb=0b34f0f;hp=caabb1e377c890b1354aa9eba114aa570307a739;hpb=df8f17766bec19606e399b9ecd4bdd5764ecd63a;p=packages%2Fxorg-driver-input-libinput.git diff --git a/xorg-driver-input-libinput.spec b/xorg-driver-input-libinput.spec index caabb1e..52b85b0 100644 --- a/xorg-driver-input-libinput.spec +++ b/xorg-driver-input-libinput.spec @@ -1,17 +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.14.0 +Version: 0.27.1 Release: 1 License: MIT Group: X11/Applications -Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-input-libinput-%{version}.tar.bz2 -# Source0-md5: 10c06d3dd626dfdad3174d1f4e856a2a -Source1: 90-libinput.conf -URL: http://xorg.freedesktop.org/ +Source0: https://xorg.freedesktop.org/releases/individual/driver/xf86-input-libinput-%{version}.tar.bz2 +# Source0-md5: bdad198a7a9f2ce2c1f90d5e6760462b +URL: https://xorg.freedesktop.org/ BuildRequires: autoconf >= 2.60 BuildRequires: automake -BuildRequires: libinput-devel >= 1.0.0 +BuildRequires: libinput-devel >= 1.5.0 BuildRequires: libtool >= 2:2 BuildRequires: pkgconfig >= 1:0.19 BuildRequires: rpmbuild(macros) >= 1.389 @@ -20,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 >= 1.0.0 +Requires: libinput >= 1.5.0 Requires: xorg-xserver-server >= 1.10 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -55,6 +54,7 @@ Plik nagłówkowy sterownika libinput. %{__autoheader} %{__automake} %configure \ + --with-xorg-conf-dir=/etc/X11/xorg.conf.d \ --disable-static %{__make} @@ -67,8 +67,6 @@ install -d $RPM_BUILD_ROOT/etc/X11/xorg.conf.d/ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -cp -p %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/xorg.conf.d/90-libinput.conf - %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la %clean @@ -77,7 +75,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc COPYING ChangeLog README.md -/etc/X11/xorg.conf.d/90-libinput.conf +/etc/X11/xorg.conf.d/40-libinput.conf %attr(755,root,root) %{_libdir}/xorg/modules/input/libinput_drv.so %{_mandir}/man4/libinput.4*