diff --git a/nasm.spec b/nasm.spec index 224734b..3f9079e 100644 --- a/nasm.spec +++ b/nasm.spec @@ -1,11 +1,13 @@ Summary: The Netwide Assembler, a portable x86 assembler with Intel-like syntax Name: nasm Version: 0.98 -Release: 5 +Release: 6 +Patch0: nasm-0.98-boguself.patch License: GPL Group: Development/Languages Source: ftp://ftp.us.kernel.org/pub/software/devel/nasm/source/nasm-%{version}.tar.gz URL: http://www.cryogen.com/Nasm/ +BuildRequires: perl BuildRoot: %{_tmppath}/%{name}-%{version}-root Prereq: /sbin/install-info @@ -34,6 +36,8 @@ include linker, library manager, loader, and information dump. %prep %setup +%patch0 -p1 -b .boguself + %build %configure @@ -86,6 +90,9 @@ fi /usr/bin/rdx %changelog +* 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