Blob Blame History Raw
Name:           asm6809
Version:        2.1
Release:        1%{?dist}
Summary:        Multiple pass 6809 & 6309 cross assembler

Group:          Development/Tools
License:        GPLv3+
URL:            http://www.6809.org.uk/dragon/asm6809.shtml
Source0:        http://www.6809.org.uk/dragon/asm6809-%{version}.tar.gz

# https://fedorahosted.org/fpc/ticket/174
Provides:       bundled(gnulib)

%description
asm6809 is a multiple pass 6809 & 6309 cross assembler. Text is read
in and parsed, then as many passes are made over the parsed source as
necessary (up to a limit), until symbols are resolved and addresses
are stable.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
make install DESTDIR=%{buildroot}


%files
%{_bindir}/*
%doc COPYING.GPL


%changelog
* Mon Jun 16 2014 John W. Linville <linville@tuxdriver.com> 2.1-1
- Update for version 2.1

* Fri Jun 13 2014 John W. Linville <linville@tuxdriver.com> 2.0-1
- Initial import