From b36d5e0bd51cf05df128f9b05f399393aca90b07 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:37:25 +0100 Subject: [PATCH] update to 1.6.4 [release 1.6.4-1mamba;Sun Feb 26 2023] --- README.md | 2 + xf86-input-joystick.spec | 96 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+) create mode 100644 xf86-input-joystick.spec diff --git a/README.md b/README.md index 4aa4207..f5ebc03 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xf86-input-joystick +X.Org input drivers for joystick. + diff --git a/xf86-input-joystick.spec b/xf86-input-joystick.spec new file mode 100644 index 0000000..7907f25 --- /dev/null +++ b/xf86-input-joystick.spec @@ -0,0 +1,96 @@ +%define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2) +Name: xf86-input-joystick +Version: 1.6.4 +Release: 1mamba +Summary: X.Org input drivers for joystick +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://www.x.org/wiki/ +Source: https://ftp.x.org/archive/individual/driver/xf86-input-joystick-%{version}.tar.xz +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRequires: xorg-server-devel >= 1.21.3 +BuildRequires: xorg-proto-devel +Requires: xorg-server >= %{xorg_ver} +Requires: xorg-server <= %{xorg_ver}.255 +Provides: xorgdrvinput +Provides: xorg-drv-input-joystick +Obsoletes: xorg-drv-input-joystick < 1.6.4 + +%description +X.Org input drivers for joystick. + +%debug_package + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_libdir}/xorg/modules/input/joystick_drv.so +%{_libdir}/pkgconfig/xorg-joystick.pc +%{_mandir}/man4/joystick.4* +%{_includedir}/xorg/joystick-properties.h + +%changelog +* Sun Feb 26 2023 Silvan Calarco 1.6.4-1mamba +- update to 1.6.4 + +* Sun Feb 20 2022 Silvan Calarco 1.6.3-4mamba +- rebuilt with xorg-server 1.21.3 + +* Sun Mar 03 2019 Silvan Calarco 1.6.3-3mamba +- rebuilt with xorg-server 1.20.4 + +* Thu Dec 07 2017 Silvan Calarco 1.6.3-2mamba +- rebuilt with xorg-server 1.19.5 + +* Sun Oct 22 2017 Automatic Build System 1.6.3-1mamba +- automatic update by autodist + +* Fri Aug 21 2015 Silvan Calarco 1.6.2-4mamba +- rebuilt with xorg-server 1.17.2 + +* Sat Jun 14 2014 Automatic Build System 1.6.2-3mamba +- X.org 1.15 rebuild + +* Tue Mar 05 2013 Silvan Calarco 1.6.2-2mamba +- xorg-server 1.12 mass rebuild + +* Sun Jan 20 2013 Automatic Build System 1.6.2-1mamba +- automatic version update by autodist + +* Thu Jun 07 2012 Silvan Calarco 1.6.1-1mamba +- update to 1.6.1 + +* Fri Feb 17 2012 Silvan Calarco 1.6.0-2mamba +- automatic update by autodist + +* Wed Apr 20 2011 Automatic Build System 1.6.0-1mamba +- automatic update by autodist + +* Sun Oct 10 2010 Silvan Calarco 1.5.0-2mamba +- rebuilt with Xorg 1.8 + +* Thu Jan 14 2010 Automatic Build System 1.5.0-1mamba +- automatic update by autodist + + +* Sat Jun 6 2009 Ercole 'ercolinux' Carpanetto 1.4.1-1mamba +- package created +