diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ef266c0..0000000 --- a/.gitignore +++ /dev/null @@ -1,22 +0,0 @@ -/xf86-input-libinput-0.1.2.tar.gz -/xf86-input-libinput-0.2.0.tar.bz2 -/xf86-input-libinput-0.3.0.tar.bz2 -/xf86-input-libinput-0.4.0.tar.bz2 -/xf86-input-libinput-0.5.0.tar.bz2 -/xf86-input-libinput-0.6.0.tar.bz2 -/xf86-input-libinput-0.7.0.tar.bz2 -/xf86-input-libinput-0.8.0.tar.bz2 -/xf86-input-libinput-0.9.0.tar.bz2 -/xf86-input-libinput-0.10.0.tar.bz2 -/xf86-input-libinput-0.11.0.tar.bz2 -/xf86-input-libinput-0.12.0.tar.bz2 -/xf86-input-libinput-0.13.0.tar.bz2 -/xf86-input-libinput-0.14.0.tar.bz2 -/xf86-input-libinput-0.15.0.tar.bz2 -/xf86-input-libinput-0.16.0.tar.bz2 -/xf86-input-libinput-0.17.0.tar.bz2 -/xf86-input-libinput-0.19.0.tar.bz2 -/xf86-input-libinput-0.19.1.tar.bz2 -/xf86-input-libinput-20160929.tar.xz -/xf86-input-libinput-0.20.0.tar.bz2 -/xf86-input-libinput-0.22.0.tar.bz2 diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..1e5c7f4 --- /dev/null +++ b/dead.package @@ -0,0 +1,2 @@ +2017-08-11: package is now included in RHEL + diff --git a/make-git-snapshot.sh b/make-git-snapshot.sh deleted file mode 100755 index 2025d54..0000000 --- a/make-git-snapshot.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -# Usage: ./make-git-snapshot.sh [COMMIT] -# -# to make a snapshot of the given tag/branch. Defaults to HEAD. -# Point env var REF to a local mesa repo to reduce clone time. - -DIRNAME=xf86-input-libinput-$( date +%Y%m%d ) - -echo REF ${REF:+--reference $REF} -echo DIRNAME $DIRNAME -echo HEAD ${1:-HEAD} - -rm -rf $DIRNAME - -git clone ${REF:+--reference $REF} \ - git://git.freedesktop.org/git/xorg/driver/xf86-input-libinput $DIRNAME - -GIT_DIR=$DIRNAME/.git git archive --format=tar --prefix=$DIRNAME/ ${1:-HEAD} \ - | xz > $DIRNAME.tar.xz - -# rm -rf $DIRNAME diff --git a/sources b/sources deleted file mode 100644 index 87c3dcc..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -e4364319f15f97dc2ef0ef62c8616826 xf86-input-libinput-0.22.0.tar.bz2 diff --git a/xorg-x11-drv-libinput.spec b/xorg-x11-drv-libinput.spec deleted file mode 100644 index e0e3ee0..0000000 --- a/xorg-x11-drv-libinput.spec +++ /dev/null @@ -1,210 +0,0 @@ -%global tarball xf86-input-libinput -%global moduledir %(pkg-config xorg-server --variable=moduledir ) -%global driverdir %{moduledir}/input - -#define gitdate 20160929 -%global gitversion 66c997886 - -Summary: Xorg X11 libinput input driver -Name: xorg-x11-drv-libinput -Version: 0.22.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: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2 -%endif - -ExcludeArch: s390 s390x - -BuildRequires: autoconf automake libtool -BuildRequires: xorg-x11-server-devel >= 1.14.0 -BuildRequires: libudev-devel libevdev-devel libinput-devel >= 0.6.0-3 -BuildRequires: xorg-x11-util-macros - -Requires: Xorg %(xserver-sdk-abi-requires ansic) -Requires: Xorg %(xserver-sdk-abi-requires xinput) -Requires: xkeyboard-config -Requires: libinput >= 0.21.0 - -%description -A generic input driver for the X.Org X11 X server based on libinput, -supporting all devices. - -%prep -%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}} - -%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 -- - -# Keep libinput.conf at priority 60 for now, until we've obsoleted -# synaptics -mv $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d/40-libinput.conf \ - $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d/60-libinput.conf - -%files -%doc COPYING -%{driverdir}/libinput_drv.so -%{_datadir}/X11/xorg.conf.d/60-libinput.conf -%{_mandir}/man4/libinput.4* - -%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 - -%changelog -* Wed Oct 19 2016 Peter Hutterer 0.22.0-1 -- xf86-input-libinput 0.22.0 - -* Tue Oct 18 2016 Peter Hutterer 0.20.0-1 -- xf86-input-libinput 0.20.0 - -* Thu Sep 29 2016 Hans de Goede 0.19.1-3.20160929 -- Fix crash when the first detected input device gets removed (rhbz#1381840) - -* Thu Sep 29 2016 Hans de Goede 0.19.1-2.20160929 -- Update to latest git master for use with xserver-1.19 -- Rebuild against xserver-1.19 - -* Wed Sep 14 2016 Peter Hutterer 0.19.1-1 -- xf86-input-libinput 0.19.1 - -* Tue Jul 19 2016 Peter Hutterer 0.19.0-2 -- Bump to make F24 update path happy - -* Thu Apr 28 2016 Peter Hutterer 0.19.0-1 -- xf86-input-libinput 0.19.0 - -* Fri Feb 26 2016 Peter Hutterer 0.17.0-1 -- xf86-input-libinput 0.17.0 - -* Fri Feb 05 2016 Fedora Release Engineering - 0.16.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Dec 23 2015 Peter Hutterer 0.16.0-1 -- xf86-input-libinput 0.16.0 - -* Tue Oct 27 2015 Peter Hutterer 0.15.0-1 -- xf86-input-libinput 0.15.0 - -* Wed Sep 16 2015 Dave Airlie - 0.14.0-2 -- 1.18 ABI rebuild - -* Mon Aug 31 2015 Peter Hutterer 0.14.0-1 -- xf86-input-libinput 0.14.0 - -* Mon Aug 17 2015 Peter Hutterer 0.13.0-2 -- Add drag lock support (#1249309) - -* Tue Aug 11 2015 Peter Hutterer 0.13.0-1 -- xf86-input-libinput 0.13.0 - -* Wed Jul 29 2015 Dave Airlie 0.12.0-2 -- bump for X server ABI - -* Tue Jul 14 2015 Peter Hutterer 0.12.0-1 -- xf86-input-libinput 0.12.0 - -* Mon Jul 13 2015 Peter Hutterer 0.11.0-3 -- Restore unaccelerated valuator masks (#1208992) - -* Fri Jun 19 2015 Fedora Release Engineering - 0.11.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Jun 15 2015 Peter Hutterer 0.11.0-1 -- xf86-input-libinput 0.11.0 -- support buttons higher than BTN_BACK (1230945) - -* Mon Jun 01 2015 Peter Hutterer 0.10.0-5 -- Fix missing scroll button property - -* Fri May 29 2015 Nils Philippsen 0.10.0-4 -- fix URL - -* Tue May 26 2015 Peter Hutterer 0.10.0-3 -- Use the new unnaccelerated valuator masks, fixes nonmoving mouse in SDL - (#1208992) - -* Fri May 22 2015 Peter Hutterer 0.10.0-2 -- Init mixed rel/abs devices as rel devices (#1223619) - -* Thu May 21 2015 Peter Hutterer 0.10.0-1 -- xf86-input-libinput 0.10.0 - -* Thu Apr 23 2015 Peter Hutterer 0.9.0-1 -- xf86-input-libinput 0.9.0 - -* Tue Mar 10 2015 Peter Hutterer - 0.8.0-2 -- Rebuild for libinput soname bump - -* Fri Mar 06 2015 Peter Hutterer 0.8.0-1 -- xf86-input-libinput 0.8.0 - -* Thu Mar 05 2015 Peter Hutterer 0.7.0-5 -- Fix two-finger scrolling speed (#1198467) - -* Thu Feb 26 2015 Peter Hutterer 0.7.0-4 -- Fix property setting patch, first version prevented re-enabling a device. - -* Wed Feb 25 2015 Peter Hutterer 0.7.0-3 -- Fix a crash when setting properties on a disabled device - -* Wed Feb 25 2015 Peter Hutterer 0.7.0-2 -- Fix stack smash on pointer init (#1195905) - -* Tue Feb 24 2015 Peter Hutterer 0.7.0-1 -- xorg-x11-drv-libinput 0.7.0 - -* Tue Jan 27 2015 Peter Hutterer 0.6.0-1 -- xorg-x11-drv-libinput 0.6.0 - -* Fri Jan 16 2015 Peter Hutterer 0.5.0-1 -- xorg-x11-drv-libinput 0.5.0 - -* Fri Dec 05 2014 Peter Hutterer 0.4.0-1 -- xorg-x11-drv-libinput 0.4.0 - -* Mon Nov 24 2014 Peter Hutterer 0.3.0-1 -- xorg-x11-drv-libinput 0.3.0 - -* Mon Nov 24 2014 Peter Hutterer 0.2.0-2 -- Add explicit (Build)Requires for libinput 0.6.0-3, we rely on new symbols - from the git snapshot - -* Mon Nov 24 2014 Peter Hutterer 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 - -* Fri Sep 12 2014 Peter Hutterer - 0.1.2-3 -- Rebuild for libinput soname bump - -* Mon Aug 18 2014 Fedora Release Engineering - 0.1.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Thu Jul 24 2014 Peter Hutterer 0.1.2-1 -- Update to 0.1.2, dropping the pkgconfig files - -* Thu Jun 26 2014 Peter Hutterer 0.1.1-1 -- Initial release (#1113392) -