Summary: A portable x86 assembler which uses Intel-like syntax. Name: nasm Version: 0.98.39 Release: 3.2.1 Patch0: nasm-0.98-boguself2.patch Patch1: nasm-0.98.39-overfl.patch License: LGPL Group: Development/Languages Source: http://prdownloads.sourceforge.net/nasm/nasm-%{version}.tar.bz2 URL: http://nasm.sourceforge.net/ BuildRequires: perl BuildRoot: %{_tmppath}/%{name}-%{version}-root Prereq: /sbin/install-info %package doc Summary: Documentation for NASM. Group: Development/Languages BuildRequires: ghostscript, texinfo %package rdoff Summary: Tools for the RDOFF binary format, sometimes used with NASM. Group: Development/Tools %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. %description doc This package contains documentation for the Netwide Assembler (NASM), in HTML, info, PostScript, and text formats. %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 %setup #%patch0 -p1 -b .boguself %patch1 -p1 -b .overfl %build %configure make everything CFLAGS="$RPM_OPT_FLAGS -I. -I`pwd` -ansi -pedantic" %install rm -fr $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_bindir} mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1 mkdir -p $RPM_BUILD_ROOT/%{_infodir} mkdir -p $RPM_BUILD_ROOT/usr/tempdoc %makeinstall install_everything docdir=$RPM_BUILD_ROOT/usr/tempdoc cp -a $RPM_BUILD_ROOT/usr/tempdoc/html $RPM_BUILD_ROOT/usr/tempdoc/nasmdoc.{ps,txt,pdf} . gzip -9f nasmdoc.{ps,txt} # remove unpackaged filed from the buildroot rm -rf $RPM_BUILD_ROOT%{_prefix}/tempdoc rm -f $RPM_BUILD_ROOT%{_bindir}/rdf2ihx %clean rm -rf "$RPM_BUILD_ROOT" %post /sbin/install-info %{_infodir}/nasm.info.gz %{_infodir}/dir %preun if [ $1 = 0 ]; then /sbin/install-info --delete %{_infodir}/nasm.info.gz %{_infodir}/dir fi %files %defattr(-,root,root) %doc AUTHORS CHANGES README TODO %{_bindir}/nasm %{_bindir}/ndisasm %{_mandir}/*/* %{_infodir}/nasm.info*.gz %files doc %defattr(-,root,root) %doc html nasmdoc.txt.gz nasmdoc.ps.gz %files rdoff %defattr(-,root,root) %{_bindir}/ldrdf %{_bindir}/rdf2bin %{_bindir}/rdf2com %{_bindir}/rdfdump %{_bindir}/rdflib %{_bindir}/rdx %changelog * Fri Feb 10 2006 Jesse Keating - 0.98.39-3.2.1 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating - 0.98.39-3.2 - rebuilt for new gcc4.1 snapshot and glibc changes * Fri Dec 09 2005 Jesse Keating - rebuilt * Mon Apr 4 2005 Jeremy Katz - 0.98.39-3 - pdf docs are duplication of html, txt and postscript * Fri Apr 01 2005 Jindrich Novy 0.98.39-2 - fix yet another vsprintf buffer overflow (#152963) * Thu Mar 31 2005 Jindrich Novy 0.98.39-1 - update to 0.98.39 - add BuildRequires ghostscript, texinfo to doc subpackage (#110584) - generate also PDF documentation for nasm (#88431) - new release fixes CAN-2004-1287 (#143052) * Tue Jun 15 2004 Elliot Lee - rebuilt * Fri Feb 13 2004 Elliot Lee - rebuilt * Fri Sep 26 2003 Florian La Roche - update to 0.98.38 and specfile cleanup * Wed Jun 04 2003 Elliot Lee - rebuilt * Wed Jan 22 2003 Tim Powers - rebuilt * Tue Dec 17 2002 Phil Knirsch 0.98.35-2 - Removed ExclusiveArch tag. - Fixed typo in homepage URL. * Wed Dec 11 2002 Thomas Woerner 0.98.35-1 - new version 0.98.35 - nasm has new homepage (#77323) * Fri Nov 29 2002 Tim Powers 0.98.34-2 - fix %%doc list - remove unpackaged files from the buildroot * Mon Sep 16 2002 Jeremy Katz 0.98.34-1hammer - add x86_64 to ExclusiveArch list * Tue Jul 23 2002 Trond Eivind Glomsrød 0.98.34-1 - 0.98.34 * Fri Jun 21 2002 Tim Powers - automated rebuild * Sun May 26 2002 Tim Powers - automated rebuild * Tue May 21 2002 Trond Eivind Glomsrød 0.98.32-1 - 0.98.32 - Various doc files have changed names/been removed/added - New download location (after the license change, it's at sourceforge) - The new version is LGPL - Only build on x86 (#65255) * Tue Feb 26 2002 Trond Eivind Glomsrød 0.98.22-2 - Rebuild * Mon Jan 21 2002 Bernhard Rosenkraenzer - Update to 0.98.22 to fix bogus code generation in SDL - Fix spec file, handle RPM_OPT_FLAGS * Wed Jan 09 2002 Tim Powers - automated rebuild * Tue Aug 7 2001 Trond Eivind Glomsrød - Updated patch from H.J. Lu for bogus elf generation (#45986, verified by reporter) * Thu Apr 26 2001 Trond Eivind Glomsrød - Updated patch for bogus elf generation from hjl@gnu.org * Tue Feb 13 2001 Trond Eivind Glomsrød - Add patch from H.J. Lu to avoid creating bogus elf objects (#27489) * Wed Jul 12 2000 Prospector - automatic rebuild * Tue Jun 13 2000 Trond Eivind Glomsrød - rewrote almost everything. The old specfile was bad, bad, bad. Really Bad. * Tue Apr 04 2000 Erik Troan - moved to distribution (syslinux needs it) - gzipped man pages * Thu Dec 02 1999 Preston Brown - adopted from one of the best .spec files I have seen in a long time. :)