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
18 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n
)
21 Summary: Detailed manual
for the Netwide Assembler
23 BuildRequires
: ghostscript
24 BuildRequires
: fontconfig
25 BuildRequires
: adobe
-source-sans
-pro
-fonts
26 BuildRequires
: adobe
-source-code
-pro
-fonts
29 Summary: Tools
for the RDOFF binary format
, sometimes used with NASM.
32 NASM is the Netwide Assembler
, a free portable assembler
for the Intel
33 80x86 microprocessor series
, using primarily the traditional Intel
34 instruction mnemonics and syntax.
37 Extensive documentation
for the Netwide Assembler
(NASM
) in HTML and
41 Tools
for the operating
-system independent RDOFF binary format
, which
42 is sometimes used with the Netwide Assembler
(NASM
). These tools
43 include linker
, library manager
, loader
, and information dump.
46 %setup -q
-n nasm
-%{nasm_version}
50 %configure --disable
-pdf
-compression
--enable-sections
51 make %{?_smp_mflags} everything
52 xz
-9ef doc
/nasmdoc.pdf
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