update to 1.4.3 [release 1.4.3-1mamba;Sun Feb 26 2023]
This commit is contained in:
parent
ad2373a327
commit
843d0ad873
@ -1,2 +1,4 @@
|
|||||||
# xf86-input-elographics
|
# xf86-input-elographics
|
||||||
|
|
||||||
|
X.Org input drivers for elographics.
|
||||||
|
|
||||||
|
78
xf86-input-elographics.spec
Normal file
78
xf86-input-elographics.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||||
|
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 <silvan.calarco@mambasoft.it> 1.4.3-1mamba
|
||||||
|
- update to 1.4.3
|
||||||
|
|
||||||
|
* Thu Jun 13 2019 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Mar 03 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-5mamba
|
||||||
|
- rebuilt with xorg-server 1.20.4
|
||||||
|
|
||||||
|
* Thu Dec 07 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-4mamba
|
||||||
|
- rebuilt with xorg-server 1.19.5
|
||||||
|
|
||||||
|
* Fri Aug 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-3mamba
|
||||||
|
- rebuilt with xorg-server 1.17.2
|
||||||
|
|
||||||
|
* Sat Jun 14 2014 Automatic Build System <autodist@mambasoft.it> 1.4.1-2mamba
|
||||||
|
- xorg 1.15 rebuild
|
||||||
|
|
||||||
|
* Tue Mar 05 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-1mamba
|
||||||
|
- xorg-server 1.12 mass rebuild
|
||||||
|
|
||||||
|
* Sun Jul 03 2011 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Wed Jun 16 2010 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
|
||||||
|
* Fri Jun 05 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.1.1-1mamba
|
||||||
|
- Package created
|
Loading…
Reference in New Issue
Block a user