From 4b96bfa37bf01ae9d6016004b5643a1e4021a8f1 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:39:34 +0100 Subject: [PATCH] update to 13.4.0 [release 13.4.0-1mamba;Sat Feb 25 2023] --- README.md | 2 + xf86-video-vmware.spec | 110 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 112 insertions(+) create mode 100644 xf86-video-vmware.spec diff --git a/README.md b/README.md index d4351af..b9b0fde 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xf86-video-vmware +X.Org VMware video driver. + diff --git a/xf86-video-vmware.spec b/xf86-video-vmware.spec new file mode 100644 index 0000000..a9f3c72 --- /dev/null +++ b/xf86-video-vmware.spec @@ -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 +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 13.4.0-1mamba +- update to 13.4.0 + +* Sat Feb 19 2022 Automatic Build System 13.3.0-3mamba +- rebuilt by autoport with build requirements: xorg-server-devel>=21.1.3-1mamba + +* Sun Mar 03 2019 Silvan Calarco 13.3.0-2mamba +- rebuilt with xorg-server 1.20.4 + +* Fri May 25 2018 Automatic Build System 13.3.0-1mamba +- automatic version update by autodist + +* Thu Dec 07 2017 Automatic Build System 13.2.1-2mamba +- rebuild with xorg-server 1.19.5 + +* Thu Dec 08 2016 Automatic Build System 13.2.1-1mamba +- automatic version update by autodist + +* Fri Aug 21 2015 Silvan Calarco 13.1.0-2mamba +- rebuilt with xorg-server 1.17.2 + +* Fri Feb 13 2015 Automatic Build System 13.1.0-1mamba +- automatic update by autodist + +* Sat Sep 20 2014 Automatic Build System 13.0.2-1mamba +- automatic update by autodist + +* Sat Jun 14 2014 Automatic Build System 13.0.1-2mamba +- X.org 1.15 rebuild + +* Mon Apr 22 2013 Automatic Build System 13.0.1-1mamba +- automatic version update by autodist + +* Tue Mar 05 2013 Silvan Calarco 13.0.0-2mamba +- xorg-server 1.12 mass rebuild + +* Sun Jan 20 2013 Automatic Build System 13.0.0-1mamba +- automatic version update by autodist + +* Thu Jun 07 2012 Silvan Calarco 12.0.2-1mamba +- automatic update by autodist + +* Fri Feb 17 2012 Silvan Calarco 11.0.3-3mamba +- automatic update by autodist + +* Sun Aug 21 2011 Silvan Calarco 11.0.3-2mamba +- rebuilt with xorg-server 1.10 + +* Mon Dec 06 2010 Automatic Build System 11.0.3-1mamba +- automatic update by autodist + +* Sun Jun 27 2010 Silvan Calarco 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 11.0.1-1mamba +- update to 11.0.1 + +* Sat Jun 26 2010 Silvan Calarco 10.16.8-1mamba +- fist build apart from xorg-drv-video package