Name: sim990 Version: 3.6.0 Release: 1%{?dist} Summary: TI 990 simulator License: MIT URL: https://www.cozx.com/dpitts/ti990.html Source0: https://www.cozx.com/dpitts/tarballs/ti990/%{name}-%{version}.tar.gz Patch0: sim990-3.6.0-make.patch BuildRequires: gcc BuildRequires: make %description sim990 is a simulator for the TI 990 computer. It supports the TMS-9900 and TI-990/10 instruction set with interrupts. The TILINE and memory mapping is supported. This version also runs DX10 and the DOCS diagnostics disks. %prep %autosetup -n %{name} -p1 # fix ROM path sed -i.paths 's|/usr/local/share|%{datadir}|g' sim990.c %build # parallel make doesn't work make DEBUG="%{build_cflags}" LDFLAGS="%{build_ldflags}" %install mkdir -p %{buildroot}%{_bindir} make install INSTDIR=%{buildroot}%{_bindir} ROMDIR=%{buildroot}%{_datadir}/%{name} %files %license LICENSE.txt %doc README.txt %{_bindir}/* %{_datadir}/%{name} %changelog * Sun Oct 19 2025 Dan HorĂ¡k - 3.6.0-1 - initial Fedora version