Name: lnk7090 Version: 2.2.3 Release: 1%{?dist} Summary: IBM 7090 cross-linker License: MIT URL: https://www.cozx.com/dpitts/ibm7090.html Source0: https://www.cozx.com/dpitts/tarballs/ibm709x/%{name}-%{version}.tar.gz Patch0: lnk7090-2.2.3-make.patch BuildRequires: gcc BuildRequires: make %description lnk7090 is a cross linker for the IBM 7090 computer. It supports the object format generated by asm7090. This version adds a library search option, a wide listing format and a cross reference of externals. The symbols are now listed with a number that indicates the module where it is defined. The cross reference shows the name of the symbol, value, it's module number and each reference gives the address of the reference and reference module number. Program COMMON is handled in the CTSS fashion. It must be defined in the first object module and is relocated after the first module and is enabled with the "-C" option. %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.2.3-1 - initial Fedora version