Name: asm990 Version: 2.4.6 Release: 1%{?dist} Summary: TI 990 cross-assembler License: MIT URL: https://www.cozx.com/dpitts/ti990.html Source0: https://www.cozx.com/dpitts/tarballs/ti990/%{name}-%{version}.tar.gz Patch0: asm990-2.4.6-make.patch BuildRequires: gcc BuildRequires: make %description asm990 is a cross assembler for the TI 990 computer. It is compatible with the TXMIRA assembler. Many features that are in SDSMAC are also supported. Including: MACROS, conditional assembly, all 990/12 opcodes, COPY in source, logical expressions, and improved arithmetic expressions with parenthesis. %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.4.6-1 - initial Fedora version