|
|
|
@ -7,15 +7,15 @@
|
|
|
|
|
|
|
|
|
|
Summary: Xorg X11 libinput input driver
|
|
|
|
|
Name: xorg-x11-drv-libinput
|
|
|
|
|
Version: 1.0.1
|
|
|
|
|
Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
|
|
|
|
Version: 0.29.0
|
|
|
|
|
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
|
|
|
|
URL: http://www.x.org
|
|
|
|
|
License: MIT
|
|
|
|
|
|
|
|
|
|
%if 0%{?gitdate}
|
|
|
|
|
Source0: %{tarball}-%{gitdate}.tar.xz
|
|
|
|
|
%else
|
|
|
|
|
Source0: https://www.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
|
|
|
|
|
Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
|
|
|
|
|
%endif
|
|
|
|
|
Source1: 71-libinput-overrides-wacom.conf
|
|
|
|
|
|
|
|
|
@ -23,7 +23,6 @@ Source1: 71-libinput-overrides-wacom.conf
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1413306
|
|
|
|
|
Patch01: 0001-Add-a-DPIScaleFactor-option-as-temporary-solution-to.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: autoconf automake libtool
|
|
|
|
|
BuildRequires: xorg-x11-server-devel >= 1.14.0
|
|
|
|
|
BuildRequires: libudev-devel libevdev-devel libinput-devel >= 0.6.0-3
|
|
|
|
@ -42,7 +41,8 @@ A generic input driver for the X.Org X11 X server based on libinput,
|
|
|
|
|
supporting all devices.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p 1 -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
|
|
|
|
%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
|
|
|
|
%patch01 -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
autoreconf --force -v --install || exit 1
|
|
|
|
@ -78,58 +78,21 @@ Xorg X11 libinput input driver development files.
|
|
|
|
|
%{_includedir}/xorg/libinput-properties.h
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.1-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.29.0-1
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Thu Apr 29 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.0.1-2
|
|
|
|
|
- xf86-input-libinput 1.0.1 (#1951879)
|
|
|
|
|
- Fix the upstream source URL
|
|
|
|
|
- Use autosetup instead of manual patch handling
|
|
|
|
|
* Tue Oct 29 2019 Peter Hutterer <peter.hutterer@redhat.com> 0.29.0-1
|
|
|
|
|
- xf86-input-libinput 0.29.0 (#1728820)
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.30.0-6
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Nov 5 10:09:04 AEST 2020 Peter Hutterer <peter.hutterer@redhat.com> - 0.30.0-4
|
|
|
|
|
- Add BuildRequires for make
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-3
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue May 19 2020 Peter Hutterer <peter.hutterer@redhat.com> 0.30.0-1
|
|
|
|
|
- xf86-input-libinput 0.30.0
|
|
|
|
|
|
|
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.29.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Aug 12 2019 Peter Hutterer <peter.hutterer@redhat.com> 0.29.0-1
|
|
|
|
|
- xf86-input-libinput 0.29.0
|
|
|
|
|
|
|
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Feb 04 2019 Peter Hutterer <peter.hutterer@redhat.com> 0.28.2-1
|
|
|
|
|
- xf86-input-libinput 0.28.2
|
|
|
|
|
|
|
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Oct 15 2018 Peter Hutterer <peter.hutterer@redhat.com> 0.28.1-1
|
|
|
|
|
- xf86-input-libinput 0.28.1
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
* Mon Oct 15 2018 Peter Hutterer <peter.hutterer@redhat.com> 0.28.0-2
|
|
|
|
|
- Fix wrong slot to touch ID mapping (#1639059)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 11 2018 Peter Hutterer <peter.hutterer@redhat.com> 0.28.0-1
|
|
|
|
|
- xf86-input-libinput 0.28.0
|
|
|
|
|
|
|
|
|
|
* Mon May 14 2018 Adam Jackson <ajax@redhat.com> - 0.27.1-2.1
|
|
|
|
|
- Rebuild for xserver 1.20
|
|
|
|
|
|
|
|
|
|
* Thu Apr 12 2018 Peter Hutterer <peter.hutterer@redhat.com> 0.27.1-2
|
|
|
|
|
- Build on s390x (#1565062)
|
|
|
|
|
|
|
|
|
|