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
: asciidoc
17 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n
)
20 Summary: Detailed manual
for the Netwide Assembler
22 BuildRequires
: ghostscript
23 BuildRequires
: fontconfig
24 BuildRequires
: adobe
-source-sans
-pro
-fonts
25 BuildRequires
: adobe
-source-code
-pro
-fonts
28 Summary: Tools
for the RDOFF binary format
, sometimes used with NASM.
31 NASM is the Netwide Assembler
, a free portable assembler
for the Intel
32 80x86 microprocessor series
, using primarily the traditional Intel
33 instruction mnemonics and syntax.
36 Extensive documentation
for the Netwide Assembler
(NASM
) in HTML and
40 Tools
for the operating
-system independent RDOFF binary format
, which
41 is sometimes used with the Netwide Assembler
(NASM
). These tools
42 include linker
, library manager
, loader
, and information dump.
45 %setup -q
-n nasm
-%{nasm_version}
49 %configure --disable
-pdf
-compression
--enable-sections
50 make %{?_smp_mflags} everything
51 xz
-9ef doc
/nasmdoc.pdf
55 mkdir -p "
%{buildroot}"/%{_bindir}
56 mkdir -p "
%{buildroot}"/%{_mandir}/man1
57 make INSTALLROOT
="
%{buildroot}"
install install_rdf
60 %doc AUTHORS CHANGES README TODO
63 %{_mandir}/man1
/nasm
.1*
64 %{_mandir}/man1
/ndisasm
.1*
67 %doc doc
/html doc
/nasmdoc.pdf.xz
79 %{_mandir}/man1
/ldrdf
.1*
80 %{_mandir}/man1
/rd
*.1*
82 # This is the upstream spec file; the change log is in git