Name: 64tass Version: 1.53.1515 Release: 2%{?dist} Summary: 6502 assembler Group: Development/Languages License: GPLv2+ URL: http://tass64.sourceforge.net/ BuildRequires: w3m Source0: http://sourceforge.net/projects/tass64/files/source/%{name}-%{version}-src.zip %description 64tass is a multi-pass optimizing macro assembler for the 65xx series of processors. It supports the 6502, 65C02, R65C02, W65C02, 65CE02, 65816, DTV, and 65EL02, using a syntax similar to that of Omicron TASS and TASM. %prep %setup -q -n %{name}-%{version}-src rm README # will be built %build make %{?_smp_mflags} CFLAGS="%{optflags}" %install # install binaries install -d %{buildroot}%{_bindir}/ install -m 755 64tass %{buildroot}%{_bindir}/ %files %{_bindir}/64tass %doc README.html %doc LICENSE-GPL-2.0 %doc LICENSE-LGPL-2.0 LICENSE-LGPL-2.1 %doc LICENSE-my_getopt %changelog * Wed Feb 07 2018 Fedora Release Engineering - 1.53.1515-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Aug 05 2017 Filipe Rosset - 1.53.1515-1 - Rebuilt for new upstream release 1.53.1515, fixes rhbz #1447034 * Wed Aug 02 2017 Fedora Release Engineering - 1.52.1237-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 1.52.1237-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 1.52.1237-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Dec 08 2016 Filipe Rosset - 1.52.1237-1 - Rebuilt for new upstream release 1.52.1237, fixes rhbz #1063717 * Wed Feb 03 2016 Fedora Release Engineering - 1.51.727-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Jun 16 2015 Fedora Release Engineering - 1.51.727-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri Aug 29 2014 Eric Smith 1.51.727-1 - Update to latest upstream * Fri Aug 15 2014 Fedora Release Engineering - 1.51.716-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Eric Smith 1.51.716-1 - Update to latest upstream * Fri Jun 06 2014 Fedora Release Engineering - 1.50.486-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue Jun 11 2013 Eric Smith 1.50.486-1 - Initial version