%define debug_package %{nil} Name: Quake3e Version: latest Release: %{autorelease} Summary: Modern Quake III Arena engine License: GPLv2 URL: https://github.com/ec-/Quake3e Source0: https://github.com/ec-/Quake3e/archive/refs/tags/latest.tar.gz Source1: quake3e.desktop BuildRequires: libXxf86dga-devel libXxf86vm-devel libXrandr-devel alsa-lib-devel sdl2-compat-devel libcurl-devel %description This is a modern Quake III Arena engine aimed to be fast, secure and compatible with all existing Q3A mods. It is based on last non-SDL source dump of ioquake3 with latest upstream fixes applied. This package does not contain any game content. %prep %setup %build make RENDERER_DEFAULT=vulkan %install make DESTDIR=%{buildroot}%{_datadir}/games/quake3 install mkdir -p %{buildroot}%{_datadir}/{applications,icons/hicolor/scalable/apps} cp %{SOURCE1} %{buildroot}%{_datadir}/applications cp code/unix/quake3.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps %files %defattr(0644, root, root, 0755) %license COPYING.txt %doc id-readme.txt README.md %dir /usr/share/games/quake3 %{_datadir}/icons/hicolor/scalable/apps/quake3.svg %attr(0755, root, root) /usr/share/games/quake3/* /usr/share/applications/quake3e.desktop %changelog * Wed Feb 04 2026 Przemysław Białek - first release