Blob Blame History Raw
Name:		64tass
Version:	1.51.727
Release:	1%{?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 README.html
%doc LICENSE-GPL-2.0
%doc LICENSE-LGPL-2.0 LICENSE-LGPL-2.1
%doc LICENSE-my_getopt

%changelog
* Fri Aug 29 2014 Eric Smith <brouhaha@fedoraproject.org> 1.51.727-1
- Update to latest upstream

* Sat Jun 07 2014 Eric Smith <brouhaha@fedoraproject.org> 1.51.716-1
- Update to latest upstream

* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.50.486-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

* Tue Jun 11 2013 Eric Smith <brouhaha@fedoraproject.org> 1.50.486-1
- Initial version