Blob Blame History Raw
Name:           asm6809
Version:        2.3
Release:        2%{?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}/*
%{_mandir}/man1/%{name}.1*
%doc COPYING.GPL


%changelog
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

* Thu Aug 14 2014 John W. Linville <linville@tuxdriver.com> 2.3-1
- Update for version 2.3

* Thu Aug  7 2014 John W. Linville <linville@tuxdriver.com> 2.2-1
- Update for version 2.2

* 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