From 441ad9d9b2a8a2c9e7804b4b97d881fa9495c9d6 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sat, 22 Sep 2007 16:44:56 -0700 Subject: [PATCH] nasm.spec.in: minor fixes %setup needs -n to deal with the case when nasm_version != _version There is no standard %make macro, just use "make". --- nasm.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nasm.spec.in b/nasm.spec.in index 11a8e07..b00bf4b 100644 --- a/nasm.spec.in +++ b/nasm.spec.in @@ -35,11 +35,11 @@ is sometimes used with the Netwide Assembler (NASM). These tools include linker, library manager, loader, and information dump. %prep -%setup +%setup -n nasm-%{nasm_version} %build %configure -%make %{?_smp_mflags} everything +make %{?_smp_mflags} everything %install rm -rf "$RPM_BUILD_ROOT" -- 2.7.4