68 lines
1.7 KiB
RPMSpec
68 lines
1.7 KiB
RPMSpec
Name: xa
|
|
Version: 2.4.1
|
|
Release: 1mamba
|
|
Summary: Cross-assembler for the 6502 microprocessor
|
|
Group: Development/Tools
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.floodgap.com/retrotech/xa/
|
|
Source: https://www.floodgap.com/retrotech/xa/dists/xa-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
Cross-assembler for the 6502 microprocessor.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall DESTDIR=%{buildroot}%{_prefix}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/file65
|
|
%{_bindir}/ldo65
|
|
%{_bindir}/printcbm
|
|
%{_bindir}/reloc65
|
|
%{_bindir}/uncpk
|
|
%{_bindir}/xa
|
|
%{_mandir}/man1/file65.1*
|
|
%{_mandir}/man1/ldo65.1*
|
|
%{_mandir}/man1/printcbm.1*
|
|
%{_mandir}/man1/reloc65.1*
|
|
%{_mandir}/man1/uncpk.1*
|
|
%{_mandir}/man1/xa.1*
|
|
%doc COPYING
|
|
|
|
%changelog
|
|
* Wed Mar 06 2024 Automatic Build System <autodist@openmamba.org> 2.4.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Nov 20 2023 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 09 2023 Automatic Build System <autodist@mambasoft.it> 2.3.14-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 27 2022 Automatic Build System <autodist@mambasoft.it> 2.3.13-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Nov 27 2021 Automatic Build System <autodist@mambasoft.it> 2.3.12-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Nov 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.11-1mamba
|
|
- package created using the webbuild interface
|