update to 13.2.0 [release 13.2.0-1mamba;Sun Feb 26 2023]
This commit is contained in:
parent
205a257dcf
commit
70bf07431c
@ -1,2 +1,4 @@
|
|||||||
# xf86-input-vmmouse
|
# xf86-input-vmmouse
|
||||||
|
|
||||||
|
X.Org input drivers for vmmouse.
|
||||||
|
|
||||||
|
113
xf86-input-vmmouse.spec
Normal file
113
xf86-input-vmmouse.spec
Normal file
@ -0,0 +1,113 @@
|
|||||||
|
%define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2)
|
||||||
|
Name: xf86-input-vmmouse
|
||||||
|
Version: 13.2.0
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: X.Org input drivers for vmmouse
|
||||||
|
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-vmmouse-%{version}.tar.xz
|
||||||
|
License: MIT
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libudev-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: xorg-server-devel >= 21.1.3-1mamba
|
||||||
|
Requires: xorg-server >= %{xorg_ver}
|
||||||
|
Requires: xorg-server <= %{xorg_ver}.255
|
||||||
|
Provides: xorgdrvinput
|
||||||
|
Provides: xorg-drv-input-vmmouse
|
||||||
|
Obsoletes: xorg-drv-input-vmmouse < 13.2.0
|
||||||
|
|
||||||
|
%description
|
||||||
|
X.Org input drivers for vmmouse.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure \
|
||||||
|
--with-udev-rules-dir=`pkg-config --variable=udevdir udev`/rules.d
|
||||||
|
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
rm -f %{buildroot}%{_datadir}/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi
|
||||||
|
rm -f %{buildroot}%{_libdir}/hal/hal-probe-vmmouse
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/vmmouse_detect
|
||||||
|
%{_udevrulesdir}/69-xorg-vmmouse.rules
|
||||||
|
%{_libdir}/xorg/modules/input/vmmouse_drv.so
|
||||||
|
%{_datadir}/X11/xorg.conf.d/50-vmmouse.conf
|
||||||
|
%{_mandir}/man1/vmmouse_detect.1*
|
||||||
|
%{_mandir}/man4/vmmouse.4*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sun Feb 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 13.2.0-1mamba
|
||||||
|
- update to 13.2.0
|
||||||
|
|
||||||
|
* Sat Feb 19 2022 Automatic Build System <autodist@mambasoft.it> 13.1.0-4mamba
|
||||||
|
- rebuilt by autoport with build requirements: xorg-server-devel>=21.1.3-1mamba
|
||||||
|
|
||||||
|
* Sun Mar 03 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 13.1.0-3mamba
|
||||||
|
- rebuilt with xorg-server 1.20.4
|
||||||
|
|
||||||
|
* Thu Dec 07 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 13.1.0-2mamba
|
||||||
|
- rebuilt with xorg-server 1.19.5
|
||||||
|
|
||||||
|
* Fri Jan 15 2016 Automatic Build System <autodist@mambasoft.it> 13.1.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Aug 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 13.0.99-2mamba
|
||||||
|
- rebuilt with xorg-server 1.17.2
|
||||||
|
|
||||||
|
* Sat May 09 2015 Automatic Build System <autodist@mambasoft.it> 13.0.99-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sat Jun 14 2014 Automatic Build System <autodist@mambasoft.it> 13.0.0-3mamba
|
||||||
|
- X.org 1.15 rebuild
|
||||||
|
|
||||||
|
* Tue Mar 05 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 13.0.0-2mamba
|
||||||
|
- xorg-server 1.12 mass rebuild
|
||||||
|
|
||||||
|
* Thu Jan 17 2013 Automatic Build System <autodist@mambasoft.it> 13.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jun 07 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 12.9.0-1mamba
|
||||||
|
- update to 12.9.0
|
||||||
|
|
||||||
|
* Fri Feb 17 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 12.7.0-2mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sun Mar 06 2011 Automatic Build System <autodist@mambasoft.it> 12.7.0-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Fri Dec 31 2010 Automatic Build System <autodist@mambasoft.it> 12.6.99.901-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Thu Aug 19 2010 Automatic Build System <autodist@mambasoft.it> 12.6.10-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Tue Jun 22 2010 Automatic Build System <autodist@mambasoft.it> 12.6.9-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Wed Feb 10 2010 Automatic Build System <autodist@mambasoft.it> 12.6.6-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Tue Aug 11 2009 Automatic Build System <autodist@mambasoft.it> 12.6.5-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sat Jun 6 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 12.6.4-1mamba
|
||||||
|
- package created
|
Loading…
Reference in New Issue
Block a user