From 5a6bcb68e2768658fbae913c420ce9dde47cffd3 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:37:48 +0100 Subject: [PATCH] update to 1.4.2 [release 1.4.2-1mamba;Tue Jan 03 2023] --- README.md | 2 ++ xf86-input-void.spec | 82 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 xf86-input-void.spec diff --git a/README.md b/README.md index 3d31493..fa94837 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xf86-input-void +X.Org input drivers for void. + diff --git a/xf86-input-void.spec b/xf86-input-void.spec new file mode 100644 index 0000000..dda82cc --- /dev/null +++ b/xf86-input-void.spec @@ -0,0 +1,82 @@ +Name: xf86-input-void +Version: 1.4.2 +Release: 1mamba +Summary: X.Org input drivers for void +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://www.x.org/wiki/ +Source: https://x.org/archive/individual/driver/xf86-input-void-%{version}.tar.xz +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRequires: xorg-server-devel >= 1.20.4 +BuildRequires: xorg-proto-devel >= %{xorg_ver} +Provides: xorgdrvinput +Provides: xorg-drv-input-void +Obsoletes: xorg-drv-input-void < 1.4.2 + +%description +X.Org input drivers for void. + +%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/void_drv.la +%{_libdir}/xorg/modules/input/void_drv.so +%{_mandir}/man4/void.4* + +%changelog +* Tue Jan 03 2023 Silvan Calarco 1.4.2-1mamba +- update to 1.4.2 + +* Sun Mar 03 2019 Silvan Calarco 1.4.1-4mamba +- rebuilt with xorg-server 1.20.4 + +* Thu Dec 07 2017 Silvan Calarco 1.4.1-3mamba +- rebuilt with xorg-server 1.19.5 + +* Fri Aug 21 2015 Silvan Calarco 1.4.1-2mamba +- rebuilt with xorg-server 1.17.2 + +* Thu May 07 2015 Automatic Build System 1.4.1-1mamba +- automatic update by autodist + +* Sat Jun 14 2014 Automatic Build System 1.4.0-3mamba +- X.org 1.15 rebuild + +* Tue Mar 05 2013 Silvan Calarco 1.4.0-2mamba +- xorg-server 1.12 mass rebuild + +* Wed May 11 2011 Automatic Build System 1.4.0-1mamba +- automatic update by autodist + +* Thu Jan 20 2011 Silvan Calarco 1.3.1-2mamba +- provide xorgdrvinput + +* Mon Nov 01 2010 Automatic Build System 1.3.1-1mamba +- automatic update by autodist + +* Wed Sep 16 2009 Automatic Build System 1.3.0-1mamba +- automatic update by autodist + +* Sat Jun 6 2009 Ercole 'ercolinux' Carpanetto 1.2.0-1mamba +- package created +