Name: s709 Version: 2.4.4 Release: 1%{?dist} Summary: IBM 7090 simulator License: MIT URL: https://www.cozx.com/dpitts/ibm7090.html Source0: https://www.cozx.com/dpitts/tarballs/ibm709x/%{name}-%{version}.tar.gz #Patch0: s709-2.4.4-make.patch BuildRequires: gcc BuildRequires: make %description s709 is an emulator for the IBM 709/709x family of computers. The sources also contain utility programs for reading and writing files, both tape and card images. Changes have been made to these utilities to run in the IBSYS mode as default. DASD devices, disk and drum, are supported for both IBSYS and CTSS. To obtain CTSS information consult the README's in the appropriate CTSS distributions. %prep %autosetup # remove non-unix scripts rm *.bat %build # parallel make doesn't work make DEBUG="%{build_cflags}" LDFLAGS="%{build_ldflags}" %install mkdir -p %{buildroot}%{_bindir} make install INSTDIR=%{buildroot}%{_bindir} mkdir -p %{buildroot}%{_datadir}/%{name} install -p -m 644 run* %{buildroot}%{_datadir}/%{name} %files %license LICENSE.txt %doc README.txt %{_bindir}/* %{_datadir}/%{name} %changelog * Sun Oct 19 2025 Dan HorĂ¡k - 2.4.4-1 - initial Fedora version