update to 13.4.0 [release 13.4.0-1mamba;Sat Feb 25 2023]
This commit is contained in:
parent
dce1e8f374
commit
4b96bfa37b
@ -1,2 +1,4 @@
|
|||||||
# xf86-video-vmware
|
# xf86-video-vmware
|
||||||
|
|
||||||
|
X.Org VMware video driver.
|
||||||
|
|
||||||
|
110
xf86-video-vmware.spec
Normal file
110
xf86-video-vmware.spec
Normal file
@ -0,0 +1,110 @@
|
|||||||
|
%define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2)
|
||||||
|
Name: xf86-video-vmware
|
||||||
|
Version: 13.4.0
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: X.Org VMware video driver
|
||||||
|
Group: System/X11
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: https://www.x.org/wiki/
|
||||||
|
Source: https://www.x.org/archive//individual/driver/xf86-video-vmware-%{version}.tar.xz
|
||||||
|
License: MIT
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libdrm-devel
|
||||||
|
BuildRequires: libmesa-devel
|
||||||
|
BuildRequires: libudev-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: xorg-server-devel >= 21.1.3-1mamba
|
||||||
|
BuildRequires: libxatracker-devel
|
||||||
|
BuildRequires: xproto-devel
|
||||||
|
Provides: xorg-drv-video-vmware
|
||||||
|
Obsoletes: xorg-drv-video-vmware < 13.4.0
|
||||||
|
Requires: xorg-server >= %{xorg_ver}
|
||||||
|
Requires: xorg-server <= %{xorg_ver}.255
|
||||||
|
|
||||||
|
%description
|
||||||
|
X.Org VMware video driver.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n xf86-video-vmware-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/xorg/modules/drivers/vmware_drv.so
|
||||||
|
%{_mandir}/man4/vmware.4*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Feb 25 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 13.4.0-1mamba
|
||||||
|
- update to 13.4.0
|
||||||
|
|
||||||
|
* Sat Feb 19 2022 Automatic Build System <autodist@mambasoft.it> 13.3.0-3mamba
|
||||||
|
- rebuilt by autoport with build requirements: xorg-server-devel>=21.1.3-1mamba
|
||||||
|
|
||||||
|
* Sun Mar 03 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 13.3.0-2mamba
|
||||||
|
- rebuilt with xorg-server 1.20.4
|
||||||
|
|
||||||
|
* Fri May 25 2018 Automatic Build System <autodist@mambasoft.it> 13.3.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Dec 07 2017 Automatic Build System <autodist@mambasoft.it> 13.2.1-2mamba
|
||||||
|
- rebuild with xorg-server 1.19.5
|
||||||
|
|
||||||
|
* Thu Dec 08 2016 Automatic Build System <autodist@mambasoft.it> 13.2.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Aug 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 13.1.0-2mamba
|
||||||
|
- rebuilt with xorg-server 1.17.2
|
||||||
|
|
||||||
|
* Fri Feb 13 2015 Automatic Build System <autodist@mambasoft.it> 13.1.0-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sat Sep 20 2014 Automatic Build System <autodist@mambasoft.it> 13.0.2-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sat Jun 14 2014 Automatic Build System <autodist@mambasoft.it> 13.0.1-2mamba
|
||||||
|
- X.org 1.15 rebuild
|
||||||
|
|
||||||
|
* Mon Apr 22 2013 Automatic Build System <autodist@mambasoft.it> 13.0.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Mar 05 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 13.0.0-2mamba
|
||||||
|
- xorg-server 1.12 mass rebuild
|
||||||
|
|
||||||
|
* Sun Jan 20 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.0.2-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Fri Feb 17 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 11.0.3-3mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sun Aug 21 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 11.0.3-2mamba
|
||||||
|
- rebuilt with xorg-server 1.10
|
||||||
|
|
||||||
|
* Mon Dec 06 2010 Automatic Build System <autodist@mambasoft.it> 11.0.3-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sun Jun 27 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 10.16.9-1mamba
|
||||||
|
- update to 10.16.9 (backport: 11.0.1 requires kernel 2.6.33 with userspace executable vmwgfx)
|
||||||
|
|
||||||
|
* Sat Jun 26 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 11.0.1-1mamba
|
||||||
|
- update to 11.0.1
|
||||||
|
|
||||||
|
* Sat Jun 26 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 10.16.8-1mamba
|
||||||
|
- fist build apart from xorg-drv-video package
|
Loading…
Reference in New Issue
Block a user