bb3c6e8
Name:		64tass
833996c
Version:	1.51.716
77f2b33
Release:	2%{?dist}
bb3c6e8
Summary:	6502 assembler
bb3c6e8
Group:		Development/Languages
bb3c6e8
License:	GPLv2+
bb3c6e8
URL:		http://tass64.sourceforge.net/
bb3c6e8
BuildRequires:	w3m
bb3c6e8
833996c
Source0:	http://sourceforge.net/projects/tass64/files/source/%{name}-%{version}-src.zip
bb3c6e8
bb3c6e8
%description
bb3c6e8
64tass is a multi-pass optimizing macro assembler for the 65xx series of
bb3c6e8
processors. It supports the 6502, 65C02, R65C02, W65C02, 65CE02, 65816,
bb3c6e8
DTV, and 65EL02, using a syntax similar to that of Omicron TASS and TASM.
bb3c6e8
bb3c6e8
%prep
833996c
%setup -q -n %{name}-%{version}-src
bb3c6e8
rm README  # will be built
bb3c6e8
bb3c6e8
%build
bb3c6e8
make %{?_smp_mflags} CFLAGS="%{optflags}"
bb3c6e8
bb3c6e8
%install
bb3c6e8
bb3c6e8
# install binaries
bb3c6e8
install -d %{buildroot}%{_bindir}/
bb3c6e8
install -m 755 64tass %{buildroot}%{_bindir}/
bb3c6e8
bb3c6e8
%files
bb3c6e8
%{_bindir}/64tass
bb3c6e8
%doc README README.html
bb3c6e8
%doc LICENSE-GPL-2.0
bb3c6e8
%doc LICENSE-LGPL-2.0 LICENSE-LGPL-2.1
bb3c6e8
%doc LICENSE-my_getopt
bb3c6e8
bb3c6e8
%changelog
77f2b33
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.51.716-2
77f2b33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
77f2b33
833996c
* Sat Jun 07 2014 Eric Smith <brouhaha@fedoraproject.org> 1.51.716-1
833996c
- Update to latest upstream
833996c
21a8a9f
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.50.486-2
21a8a9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
21a8a9f
bb3c6e8
* Tue Jun 11 2013 Eric Smith <brouhaha@fedoraproject.org> 1.50.486-1
bb3c6e8
- Initial version