1 # -*- coding: utf-8 -*-
2 %define nasm_version @@NASM_VER@@
3 Summary: The Netwide Assembler
, a portable x86 assembler with Intel
-like syntax
5 Version: @@NASM_MANGLED_VER@@
8 Source: http
://www.nasm.us
/pub
/nasm
/releasebuilds
/%{nasm_version}/nasm-%{nasm_version}.tar.xz
9 URL: http
://www.nasm.us
/
10 BuildRoot: /tmp
/rpm
-build
-nasm
13 BuildRequires
: autoconf
14 BuildRequires
: automake
15 BuildRequires
: asciidoc
19 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n
)
22 Summary: Detailed manual
for the Netwide Assembler
24 BuildRequires
: ghostscript
25 BuildRequires
: fontconfig
26 BuildRequires
: adobe
-source-sans
-pro
-fonts
27 BuildRequires
: adobe
-source-code
-pro
-fonts
30 Summary: Tools
for the RDOFF binary format
, sometimes used with NASM.
33 NASM is the Netwide Assembler
, a free portable assembler
for the Intel
34 80x86 microprocessor series
, using primarily the traditional Intel
35 instruction mnemonics and syntax.
38 Extensive documentation
for the Netwide Assembler
(NASM
) in HTML and
42 Tools
for the operating
-system independent RDOFF binary format
, which
43 is sometimes used with the Netwide Assembler
(NASM
). These tools
44 include linker
, library manager
, loader
, and information dump.
47 %setup -q
-n nasm
-%{nasm_version}
51 %configure --enable-sections
52 make %{?_smp_mflags} everything
56 mkdir -p "
%{buildroot}"/%{_bindir}
57 mkdir -p "
%{buildroot}"/%{_mandir}/man1
58 make DESTDIR
="
%{buildroot}"
install install_rdf
64 %{_mandir}/man1
/nasm
.1*
65 %{_mandir}/man1
/ndisasm
.1*
68 %doc doc
/html doc
/nasmdoc.pdf.xz
80 %{_mandir}/man1
/ldrdf
.1*
81 %{_mandir}/man1
/rd
*.1*
83 # This is the upstream spec file; the change log is in git