Name: lnk990 Version: 2.3.3 Release: 1%{?dist} Summary: TI 990 cross-linker License: MIT URL: https://www.cozx.com/dpitts/ti990.html Source0: https://www.cozx.com/dpitts/tarballs/ti990/%{name}-%{version}.tar.gz Patch0: lnk990-2.3.3-make.patch BuildRequires: gcc BuildRequires: make %description lnk990 is a cross linker for the TI 990 computer. It supports the object format generated by asm990. The link map listing is similar to the TXLINK output. This version adds support for libraries and DSEGs. %prep %autosetup -n %{name} %build # parallel make doesn't work make DEBUG="%{build_cflags}" LDFLAGS="%{build_ldflags}" %install mkdir -p %{buildroot}%{_bindir} make install INSTDIR=%{buildroot}%{_bindir} %files %license LICENSE.txt %doc README.txt %{_bindir}/%{name} %changelog * Sun Oct 19 2025 Dan HorĂ¡k - 2.3.3-1 - initial Fedora version