2014-07-24 23:36:04 +00:00
|
|
|
%global tarball xf86-input-libinput
|
|
|
|
%global moduledir %(pkg-config xorg-server --variable=moduledir )
|
|
|
|
%global driverdir %{moduledir}/input
|
|
|
|
|
|
|
|
Summary: Xorg X11 libinput input driver
|
|
|
|
Name: xorg-x11-drv-libinput
|
2015-06-15 00:28:24 +00:00
|
|
|
Version: 0.11.0
|
2015-07-12 22:43:05 +00:00
|
|
|
Release: 3%{?dist}
|
2015-05-29 09:35:35 +00:00
|
|
|
URL: http://www.x.org
|
2014-07-24 23:36:04 +00:00
|
|
|
License: MIT
|
|
|
|
|
2014-11-19 04:59:38 +00:00
|
|
|
Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
|
2014-07-24 23:36:04 +00:00
|
|
|
Source1: 90-libinput.conf
|
|
|
|
|
2015-07-12 22:43:05 +00:00
|
|
|
# Fedora-specific unless merged into 1.7.3 at least
|
|
|
|
Patch00: 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
|
|
|
|
|
2015-06-15 00:28:24 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1230945
|
|
|
|
Patch01: 0001-Support-buttons-BTN_BACK-on-mice.patch
|
2015-05-21 21:44:16 +00:00
|
|
|
|
2014-07-24 23:36:04 +00:00
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
|
|
|
|
BuildRequires: autoconf automake libtool
|
|
|
|
BuildRequires: xorg-x11-server-devel >= 1.14.0
|
2014-11-24 07:30:34 +00:00
|
|
|
BuildRequires: libudev-devel libevdev-devel libinput-devel >= 0.6.0-3
|
2014-07-24 23:36:04 +00:00
|
|
|
BuildRequires: xorg-x11-util-macros
|
|
|
|
|
|
|
|
Requires: Xorg %(xserver-sdk-abi-requires ansic)
|
|
|
|
Requires: Xorg %(xserver-sdk-abi-requires xinput)
|
|
|
|
Requires: xkeyboard-config
|
2015-01-16 04:43:01 +00:00
|
|
|
Requires: libinput >= 0.8.0
|
2014-07-24 23:36:04 +00:00
|
|
|
|
2015-05-25 23:41:34 +00:00
|
|
|
# For the unaccelerated valuator masks, drop in F23
|
|
|
|
Requires: xorg-x11-server-Xorg >= 1.17.1-14
|
|
|
|
|
2014-07-24 23:36:04 +00:00
|
|
|
%description
|
|
|
|
A generic input driver for the X.Org X11 X server based on libinput,
|
|
|
|
supporting all devices.
|
|
|
|
|
|
|
|
%prep
|
2014-11-19 04:59:38 +00:00
|
|
|
%setup -q -n %{tarball}-%{version}
|
2015-07-12 22:43:05 +00:00
|
|
|
%patch00 -p1
|
2015-05-21 21:44:16 +00:00
|
|
|
%patch01 -p1
|
2014-07-24 23:36:04 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf --force -v --install || exit 1
|
|
|
|
%configure --disable-static --disable-silent-rules
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
# FIXME: Remove all libtool archives (*.la) from modules directory. This
|
|
|
|
# should be fixed in upstream Makefile.am or whatever.
|
|
|
|
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
|
|
|
|
|
|
|
|
install -d $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d
|
|
|
|
install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d/90-libinput.conf
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc COPYING
|
|
|
|
%{driverdir}/libinput_drv.so
|
|
|
|
%{_datadir}/X11/xorg.conf.d/90-libinput.conf
|
2014-11-19 04:59:38 +00:00
|
|
|
%{_mandir}/man4/libinput.4*
|
2014-07-24 23:36:04 +00:00
|
|
|
|
2015-01-27 00:26:40 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Xorg X11 libinput input driver development package.
|
|
|
|
Requires: pkgconfig
|
|
|
|
%description devel
|
|
|
|
Xorg X11 libinput input driver development files.
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%doc COPYING
|
|
|
|
%{_libdir}/pkgconfig/xorg-libinput.pc
|
|
|
|
%dir %{_includedir}/xorg/
|
|
|
|
%{_includedir}/xorg/libinput-properties.h
|
|
|
|
|
2014-07-24 23:36:04 +00:00
|
|
|
%changelog
|
2015-07-12 22:43:05 +00:00
|
|
|
* Mon Jul 13 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.11.0-3
|
|
|
|
- Restore unaccelerated valuator masks (#1208992)
|
|
|
|
|
2015-06-19 04:18:14 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-15 00:28:24 +00:00
|
|
|
* Mon Jun 15 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.11.0-1
|
|
|
|
- xf86-input-libinput 0.11.0
|
|
|
|
- support buttons higher than BTN_BACK (1230945)
|
|
|
|
|
2015-06-01 01:49:10 +00:00
|
|
|
* Mon Jun 01 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.10.0-5
|
|
|
|
- Fix missing scroll button property
|
|
|
|
|
2015-05-29 09:35:35 +00:00
|
|
|
* Fri May 29 2015 Nils Philippsen <nils@redhat.com> 0.10.0-4
|
|
|
|
- fix URL
|
|
|
|
|
2015-05-25 23:41:34 +00:00
|
|
|
* Tue May 26 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.10.0-3
|
|
|
|
- Use the new unnaccelerated valuator masks, fixes nonmoving mouse in SDL
|
|
|
|
(#1208992)
|
|
|
|
|
2015-05-21 21:44:16 +00:00
|
|
|
* Fri May 22 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.10.0-2
|
|
|
|
- Init mixed rel/abs devices as rel devices (#1223619)
|
|
|
|
|
2015-05-21 00:28:57 +00:00
|
|
|
* Thu May 21 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.10.0-1
|
|
|
|
- xf86-input-libinput 0.10.0
|
|
|
|
|
2015-04-23 02:31:07 +00:00
|
|
|
* Thu Apr 23 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.9.0-1
|
|
|
|
- xf86-input-libinput 0.9.0
|
|
|
|
|
2015-03-10 00:34:22 +00:00
|
|
|
* Tue Mar 10 2015 Peter Hutterer <peter.hutterer@redhat.com> - 0.8.0-2
|
|
|
|
- Rebuild for libinput soname bump
|
|
|
|
|
2015-03-06 05:40:13 +00:00
|
|
|
* Fri Mar 06 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.8.0-1
|
|
|
|
- xf86-input-libinput 0.8.0
|
|
|
|
|
2015-03-05 09:05:08 +00:00
|
|
|
* Thu Mar 05 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.7.0-5
|
|
|
|
- Fix two-finger scrolling speed (#1198467)
|
|
|
|
|
2015-02-25 22:14:30 +00:00
|
|
|
* Thu Feb 26 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.7.0-4
|
|
|
|
- Fix property setting patch, first version prevented re-enabling a device.
|
|
|
|
|
2015-02-25 02:45:58 +00:00
|
|
|
* Wed Feb 25 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.7.0-3
|
|
|
|
- Fix a crash when setting properties on a disabled device
|
|
|
|
|
2015-02-24 22:32:10 +00:00
|
|
|
* Wed Feb 25 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.7.0-2
|
|
|
|
- Fix stack smash on pointer init (#1195905)
|
|
|
|
|
2015-02-24 04:50:14 +00:00
|
|
|
* Tue Feb 24 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.7.0-1
|
|
|
|
- xorg-x11-drv-libinput 0.7.0
|
|
|
|
|
2015-01-27 00:26:40 +00:00
|
|
|
* Tue Jan 27 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.6.0-1
|
|
|
|
- xorg-x11-drv-libinput 0.6.0
|
|
|
|
|
2015-01-16 04:43:01 +00:00
|
|
|
* Fri Jan 16 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.5.0-1
|
|
|
|
- xorg-x11-drv-libinput 0.5.0
|
|
|
|
|
2014-12-05 05:27:25 +00:00
|
|
|
* Fri Dec 05 2014 Peter Hutterer <peter.hutterer@redhat.com> 0.4.0-1
|
|
|
|
- xorg-x11-drv-libinput 0.4.0
|
|
|
|
|
2014-11-24 08:00:29 +00:00
|
|
|
* Mon Nov 24 2014 Peter Hutterer <peter.hutterer@redhat.com> 0.3.0-1
|
|
|
|
- xorg-x11-drv-libinput 0.3.0
|
|
|
|
|
2014-11-24 07:30:34 +00:00
|
|
|
* Mon Nov 24 2014 Peter Hutterer <peter.hutterer@redhat.com> 0.2.0-2
|
|
|
|
- Add explicit (Build)Requires for libinput 0.6.0-3, we rely on new symbols
|
|
|
|
from the git snapshot
|
|
|
|
|
2014-11-19 04:59:38 +00:00
|
|
|
* Mon Nov 24 2014 Peter Hutterer <peter.hutterer@redhat.com> 0.2.0-1
|
|
|
|
- Only match on specific device types, don't match on joysticks or tablets
|
|
|
|
- libinput 0.2.0
|
|
|
|
- switch to new fdo host
|
|
|
|
|
2014-09-12 06:56:47 +00:00
|
|
|
* Fri Sep 12 2014 Peter Hutterer <peter.hutterer@redhat.com> - 0.1.2-3
|
|
|
|
- Rebuild for libinput soname bump
|
|
|
|
|
2014-08-18 10:35:04 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-24 23:36:04 +00:00
|
|
|
* Thu Jul 24 2014 Peter Hutterer <peter.hutterer@redhat.com> 0.1.2-1
|
|
|
|
- Update to 0.1.2, dropping the pkgconfig files
|
|
|
|
|
|
|
|
* Thu Jun 26 2014 Peter Hutterer <peter.hutterer@redhat.com> 0.1.1-1
|
|
|
|
- Initial release (#1113392)
|
|
|
|
|