|
|
|
@ -1,17 +1,14 @@
|
|
|
|
|
Name: libevdev
|
|
|
|
|
Version: 1.10.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 1.11.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Kernel Evdev Device Wrapper Library
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: http://www.freedesktop.org/wiki/Software/libevdev
|
|
|
|
|
Source0: http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
Patch01: 0001-Drop-custom-linker-compiler-flags.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: git-core
|
|
|
|
|
BuildRequires: automake libtool
|
|
|
|
|
BuildRequires: meson gcc
|
|
|
|
|
BuildRequires: python3 python3-devel
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -38,15 +35,11 @@ Utilities to handle and/or debug evdev devices.
|
|
|
|
|
pathfix.py -i %{__python3} -p -n $(git grep -l '#!/usr/bin/.*python.*')
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
autoreconf --force -v --install || exit 1
|
|
|
|
|
%configure --disable-static --disable-silent-rules --disable-gcov
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
%meson -Dtests=disabled -Ddocumentation=disabled -Dcoverity=false
|
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
|
|
# We intentionally don't ship *.la files
|
|
|
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
@ -67,18 +60,77 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|
|
|
|
%{_bindir}/touchpad-edge-detector
|
|
|
|
|
%{_bindir}/mouse-dpi-tool
|
|
|
|
|
%{_bindir}/libevdev-tweak-device
|
|
|
|
|
%{_mandir}/man1/touchpad-edge-detector.1*
|
|
|
|
|
%{_mandir}/man1/libevdev-tweak-device.1*
|
|
|
|
|
%{_mandir}/man1/touchpad-edge-detector.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon May 24 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.10.0-1
|
|
|
|
|
- libevdev 1.10.0 (#1963767)
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.11.0-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.11.0-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Mon Feb 01 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.11.0-1
|
|
|
|
|
- libevdev 1.11.0
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 11 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.10.1-1
|
|
|
|
|
- libevdev 1.10.1
|
|
|
|
|
|
|
|
|
|
* Mon Oct 26 2020 Peter Hutterer <peter.hutterer@redhat.com> 1.10.0-1
|
|
|
|
|
- libevdev 1.10.0
|
|
|
|
|
|
|
|
|
|
* Tue Oct 20 2020 Peter Hutterer <peter.hutterer@redhat.com> 1.9.902-1
|
|
|
|
|
- libevdev 1.10 rc2
|
|
|
|
|
|
|
|
|
|
* Tue Oct 06 2020 Peter Hutterer <peter.hutterer@redhat.com> 1.9.901-1
|
|
|
|
|
- libevdev 1.10 rc1
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 16 2020 Peter Hutterer <peter.hutterer@redhat.com> 1.9.1-2
|
|
|
|
|
- libevdev 1.9.1 - this time with sources
|
|
|
|
|
|
|
|
|
|
* Thu Jul 16 2020 Peter Hutterer <peter.hutterer@redhat.com> 1.9.1-1
|
|
|
|
|
- libevdev 1.9.1
|
|
|
|
|
|
|
|
|
|
* Thu Jun 04 2020 Peter Hutterer <peter.hutterer@redhat.com> 1.9.0-2
|
|
|
|
|
- Use meson instead of autotools
|
|
|
|
|
|
|
|
|
|
* Mon Mar 02 2020 Peter Hutterer <peter.hutterer@redhat.com> 1.9.0-1
|
|
|
|
|
- libevdev 1.9.0
|
|
|
|
|
|
|
|
|
|
* Fri Feb 21 2020 Peter Hutterer <peter.hutterer@redhat.com> 1.8.901-1
|
|
|
|
|
- libevdev 1.9rc1
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Aug 26 2019 Peter Hutterer <peter.hutterer@redhat.com> 1.8.0-1
|
|
|
|
|
- libevdev 1.8.0
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 05 2019 Peter Hutterer <peter.hutterer@redhat.com> 1.7.0-1
|
|
|
|
|
- libevdev 1.7.0
|
|
|
|
|
|
|
|
|
|
* Fri May 24 2019 Peter Hutterer <peter.hutterer@redhat.com> 1.6.901-1
|
|
|
|
|
- libevdev 1.7rc1
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Nov 15 2019 Peter Hutterer <peter.hutterer@redhat.com> 1.8.0-1
|
|
|
|
|
- libevdev 1.8.0 (#1728790)
|
|
|
|
|
* Fri Oct 26 2018 Peter Hutterer <peter.hutterer@redhat.com> 1.6.0-1
|
|
|
|
|
- libevdev 1.6.0
|
|
|
|
|
|
|
|
|
|
* Wed Oct 10 2018 Peter Hutterer <peter.hutterer@redhat.com> 1.5.9-5
|
|
|
|
|
- Drop custom linker/compiler flags (#1630579)
|
|
|
|
|
* Fri Jul 13 2018 Peter Hutterer <peter.hutterer@redhat.com> 1.5.9-5
|
|
|
|
|
- Add gcc as explicit BR. Pulled in by libtool atm but let's be
|
|
|
|
|
explicit anyway
|
|
|
|
|
|
|
|
|
|
* Thu Jul 12 2018 Peter Hutterer <peter.hutterer@redhat.com> 1.5.9-4
|
|
|
|
|
- Replace all python3 calls with the rpm macro
|
|
|
|
|