%global commit 9d8698d06e67359bc8b230c2d19d5b1503e60819 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: emu2 Version: 2021.01^20260426g%{shortcommit} Release: 1%{?dist} Summary: A simple text-mode x86 + DOS emulator License: GPLv2-only URL: https://github.com/dmsc/emu2 Source: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz BuildRequires: make BuildRequires: gcc %description This is a simple DOS emulator for the Linux text console, supporting basic DOS system calls and console I/O. %prep %autosetup -n %{name}-%{commit} %build %make_build %install install -p -m 755 -D %{name} %{buildroot}%{_bindir}/%{name} %files %license LICENSE %doc README.md doc %{_bindir}/%{name} %changelog * Fri May 01 2026 Dan HorĂ¡k - 2021.01^20260426g9d8698d - initial Fedora version