|
 |
bb3c6e8 |
Name: 64tass
|
|
 |
cfb7092 |
Version: 1.52.1237
|
|
 |
cfb7092 |
Release: 1%{?dist}
|
|
 |
bb3c6e8 |
Summary: 6502 assembler
|
|
 |
bb3c6e8 |
Group: Development/Languages
|
|
 |
bb3c6e8 |
License: GPLv2+
|
|
 |
bb3c6e8 |
URL: http://tass64.sourceforge.net/
|
|
 |
bb3c6e8 |
BuildRequires: w3m
|
|
 |
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
|
|
 |
cfb7092 |
%doc 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
|
|
 |
cfb7092 |
* Thu Dec 08 2016 Filipe Rosset <rosset.filipe@gmail.com> - 1.52.1237-1
|
|
 |
cfb7092 |
- Rebuilt for new upstream release 1.52.1237, fixes rhbz #1063717
|
|
 |
cfb7092 |
|
|
 |
830e1bb |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.51.727-3
|
|
 |
830e1bb |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
 |
830e1bb |
|
|
 |
ab77dc0 |
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.51.727-2
|
|
 |
ab77dc0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
 |
ab77dc0 |
|
|
 |
b053470 |
* Fri Aug 29 2014 Eric Smith <brouhaha@fedoraproject.org> 1.51.727-1
|
|
 |
b053470 |
- Update to latest upstream
|
|
 |
b053470 |
|
|
 |
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
|