diff --git a/README.md b/README.md index 8e8f6b7..c81a84f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xf86-video-r128 +R128 video driver for X.Org. + diff --git a/xf86-video-r128.spec b/xf86-video-r128.spec new file mode 100644 index 0000000..4dbed72 --- /dev/null +++ b/xf86-video-r128.spec @@ -0,0 +1,114 @@ +%define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2) +Name: xf86-video-r128 +Version: 6.12.1 +Release: 1mamba +Summary: R128 video driver for X.Org +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://www.x.org/wiki/ +Source: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-r128-%{version}.tar.xz +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRequires: xorg-server-devel >= 21.1.3-1mamba +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 +Requires: xorg-server >= %{xorg_ver} +Requires: xorg-server <= %{xorg_ver}.255 +Provides: xorg-drv-video-r128 +Obsoletes: xorg-drv-video-r128 < 6.12.1 + +%description +R128 video driver for X.Org. + +%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/r128_drv.so +%{_mandir}/man4/r128.4* + +%changelog +* Sun Feb 26 2023 Silvan Calarco 6.12.1-1mamba +- update to 6.12.1 + +* Sat Feb 19 2022 Automatic Build System 6.12.0-2mamba +- rebuilt by autoport with build requirements: xorg-server-devel>=21.1.3-1mamba + +* Sun Mar 03 2019 Silvan Calarco 6.12.0-1mamba +- update to 6.12.0 +- rebuilt with xorg-server 1.20.4 + +* Fri Dec 08 2017 Silvan Calarco 6.10.2-1mamba +- update to 6.10.2 +- rebuild with xorg-server 1.19.5 + +* Wed Jan 27 2016 Automatic Build System 6.10.1-2mamba +- automatic version update by autodist + +* Tue Jan 26 2016 Silvan Calarco 6.10.1-1mamba +- update to 6.10.1 + +* Sun Sep 13 2015 Silvan Calarco 6.10.0-1mamba +- update to 6.10.0 + +* Sat Jun 14 2014 Automatic Build System 6.9.2-2mamba +- X.org 1.15 rebuild + +* Sun Oct 06 2013 Automatic Build System 6.9.2-1mamba +- automatic update by autodist + +* Tue Mar 05 2013 Silvan Calarco 6.9.1-3mamba +- xorg-server 1.12 mass rebuild + +* Thu Dec 06 2012 Silvan Calarco 6.9.1-2mamba +- backport to xorg-server 1.10 from devel-xorg + +* Fri Oct 12 2012 Automatic Build System 6.9.1-1mamba +- automatic version update by autodist + +* Mon Aug 13 2012 Automatic Build System 6.8.4-1mamba +- automatic version update by autodist + +* Thu Jun 07 2012 Silvan Calarco 6.8.2-1mamba +- automatic update by autodist + +* Fri Feb 17 2012 Silvan Calarco 6.8.1-4mamba +- automatic update by autodist + +* Fri Aug 12 2011 Silvan Calarco 6.8.1-3mamba +- automatic port from devel + +* Fri Feb 26 2010 Silvan Calarco 6.8.1-2mamba +- rebuild with xorg-server 1.7.5 + +* Tue Aug 04 2009 Automatic Build System 6.8.1-1mamba +- automatic update by autodist + +* Sat Jun 06 2009 Ercole 'ercolinux' Carpanetto 6.8.0-1mamba +- Package created +