diff --git a/README.md b/README.md index 2eacaad..ee1e37a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xf86-video-s3virge +s3virge X.Org video drivers. + diff --git a/xf86-video-s3virge.spec b/xf86-video-s3virge.spec new file mode 100644 index 0000000..18c3a21 --- /dev/null +++ b/xf86-video-s3virge.spec @@ -0,0 +1,90 @@ +%define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2) +Name: xf86-video-s3virge +Version: 1.11.1 +Release: 1mamba +Summary: s3virge X.Org 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-s3virge-%{version}.tar.xz +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRequires: xorg-proto-devel +BuildRequires: libXvMC-devel >= 1.0.2 +BuildRequires: libXrender >= 0.9.1 +BuildRequires: libXrandr >= 1.1.1 +BuildRequires: libXv >= 1.0.1 +BuildRequires: libdrm-devel >= 2.3.0 +BuildRequires: libXinerama-devel >= 1.0.1 +BuildRequires: libpthread-stubs-devel +Provides: xorgdrvvideo +Provides: xorg-drv-video-s3virge +Obsoletes: xorg-drv-video-s3virge < 1.11.1 +Requires: xorg-server >= %{xorg_ver} +Requires: xorg-server <= %{xorg_ver}.255 + +%description +s3virge X.Org video drivers. + +%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/drivers/s3virge_drv.so +%{_mandir}/man4/s3virge.4.gz + +%changelog +* Sat Feb 25 2023 Silvan Calarco 1.11.1-1mamba +- update to 1.11.1 + +* Thu Dec 07 2017 Automatic Build System 1.10.7-2mamba +- rebuild with xorg-server 1.19.5 + +* Fri Jan 15 2016 Automatic Build System 1.10.7-1mamba +- automatic version update by autodist + +* Sat Jun 14 2014 Automatic Build System 1.10.6-4mamba +- X.org 1.15 rebuild + +* Tue Mar 05 2013 Silvan Calarco 1.10.6-3mamba +- xorg-server 1.12 mass rebuild + +* Thu Dec 06 2012 Silvan Calarco 1.10.6-2mamba +- mass rebuild: xorg-server 1.10 backport from devel-xorg + +* Mon Aug 13 2012 Automatic Build System 1.10.6-1mamba +- automatic version update by autodist + +* Thu Jun 07 2012 Silvan Calarco 1.10.5-1mamba +- automatic update by autodist + +* Fri Feb 17 2012 Silvan Calarco 1.10.4-3mamba +- automatic update by autodist + +* Fri Aug 12 2011 Silvan Calarco 1.10.4-2mamba +- automatic port from devel + +* Sun Nov 22 2009 Silvan Calarco 1.10.4-1mamba +- update to 1.10.4 + +* Sat Jun 06 2009 Ercole 'ercolinux' Carpanetto 1.10.2-1mamba +- Package created +