xasm/xasm.spec

41 lines
729 B
RPMSpec
Raw Permalink Normal View History

2014-06-12 15:24:12 +00:00
Name: xasm
2022-12-08 10:01:36 +00:00
Version: 3.2.1
2014-06-12 15:24:12 +00:00
Release: 1
Summary: 6502 cross-assembler
License: Poetic
Source: http://pfusik.github.io/xasm/xasm-%{version}.tar.gz
URL: https://github.com/pfusik/xasm
BuildRequires: dmd >= 2, asciidoc
%description
xasm is a 6502 cross-assembler with original syntax extensions.
2019-11-20 16:43:51 +00:00
%global debug_package %{nil}
2014-06-12 15:24:12 +00:00
%prep
%setup -q
%build
make xasm xasm.1
%install
2023-07-11 08:56:46 +00:00
make DESTDIR=%{buildroot} prefix=%{_prefix} install
2014-06-12 15:24:12 +00:00
%files
%{_bindir}/xasm
%{_mandir}/man1/xasm.1.gz
%changelog
2022-12-08 10:01:36 +00:00
* Thu Dec 8 2022 Piotr Fusik <fox@scene.pl>
- 3.2.1-1
2021-06-22 19:20:00 +00:00
* Tue Jun 22 2021 Piotr Fusik <fox@scene.pl>
- 3.2.0-1
2019-11-20 16:43:51 +00:00
* Wed Nov 20 2019 Piotr Fusik <fox@scene.pl>
- 3.1.1-1
2014-07-20 17:10:41 +00:00
* Sun Jul 20 2014 Piotr Fusik <fox@scene.pl>
2014-06-12 15:24:12 +00:00
- 3.1.0-1
- Initial packaging