Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nasm] Update to 2.16.03. Fixes JB#62176 #1

Merged
merged 1 commit into from
Jun 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nasm
Submodule nasm updated 402 files
27 changes: 2 additions & 25 deletions rpm/nasm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,19 @@
# -*- coding: utf-8 -*-
Summary: A portable x86 assembler which uses Intel-like syntax
Name: nasm
Version: 2.15.05
Version: 2.16.03
Release: 1
License: BSD
URL: http://www.nasm.us
Source0: %{name}-%{version}.tar.xz
Source1: nasm.sh
BuildRequires: perl
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info

%description
NASM is the Netwide Assembler, a free portable assembler for the Intel
80x86 microprocessor series, using primarily the traditional Intel
instruction mnemonics and syntax.

%package rdoff
Summary: Tools for the RDOFF binary format, sometimes used with NASM

%description rdoff
Tools for the operating-system independent RDOFF binary format, which
is sometimes used with the Netwide Assembler (NASM). These tools
include linker, library manager, loader, and information dump.

%prep
%autosetup -n %{name}-%{version}/%{name}

Expand All @@ -36,26 +26,13 @@ include linker, library manager, loader, and information dump.
%install
# Dummy manpages so install doesn't fail
touch nasm.1 ndisasm.1
make DESTDIR=%{buildroot} install install_rdf
%make_install
install -D -t %{buildroot}%{_sysconfdir}/profile.d %{SOURCE1}

%files
%defattr(-,root,root)
%doc AUTHORS CHANGES README.md
%license LICENSE
%{_bindir}/nasm
%{_bindir}/ndisasm
%{_sysconfdir}/profile.d/nasm.sh
%exclude %{_datadir}/man

%files rdoff
%defattr(-,root,root)
%{_bindir}/ldrdf
%{_bindir}/rdf2bin
%{_bindir}/rdf2ihx
%{_bindir}/rdf2com
%{_bindir}/rdfdump
%{_bindir}/rdflib
%{_bindir}/rdx
%{_bindir}/rdf2ith
%{_bindir}/rdf2srec