From 843d0ad8739e05c7e3a5217a346431b82628b336 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:37:16 +0100 Subject: [PATCH] update to 1.4.3 [release 1.4.3-1mamba;Sun Feb 26 2023] --- README.md | 2 + xf86-input-elographics.spec | 78 +++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 xf86-input-elographics.spec diff --git a/README.md b/README.md index 64d8c38..34e47c6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xf86-input-elographics +X.Org input drivers for elographics. + diff --git a/xf86-input-elographics.spec b/xf86-input-elographics.spec new file mode 100644 index 0000000..05da969 --- /dev/null +++ b/xf86-input-elographics.spec @@ -0,0 +1,78 @@ +%define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2) +Name: xf86-input-elographics +Version: 1.4.3 +Release: 1mamba +Summary: X.Org input drivers for elographics +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-elographics-%{version}.tar.xz +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRequires: xorg-server-devel >= 1.21 +Requires: xorg-server >= %{xorg_ver} +Requires: xorg-server <= %{xorg_ver}.255 +Provides: xorgdrvinput +Provides: xorg-drv-input-elographics +Obsoletes: xorg-drv-input-elographics < 1.4.3 + +%description +X.Org input drivers for elographics. + +%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/elographics_drv.so +%{_mandir}/man4/elographics.4* + +%changelog +* Sun Feb 26 2023 Silvan Calarco 1.4.3-1mamba +- update to 1.4.3 + +* Thu Jun 13 2019 Automatic Build System 1.4.2-1mamba +- automatic version update by autodist + +* Sun Mar 03 2019 Silvan Calarco 1.4.1-5mamba +- rebuilt with xorg-server 1.20.4 + +* Thu Dec 07 2017 Silvan Calarco 1.4.1-4mamba +- rebuilt with xorg-server 1.19.5 + +* Fri Aug 21 2015 Silvan Calarco 1.4.1-3mamba +- rebuilt with xorg-server 1.17.2 + +* Sat Jun 14 2014 Automatic Build System 1.4.1-2mamba +- xorg 1.15 rebuild + +* Tue Mar 05 2013 Silvan Calarco 1.4.1-1mamba +- xorg-server 1.12 mass rebuild + +* Sun Jul 03 2011 Automatic Build System 1.3.0-1mamba +- automatic update by autodist + +* Wed Jun 16 2010 Automatic Build System 1.2.4-1mamba +- automatic update by autodist + + +* Fri Jun 05 2009 Ercole 'ercolinux' Carpanetto 1.1.1-1mamba +- Package created