From 7af78252adff3c8a2d0baf4fd542f0f257778b69 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 18 Jul 2020 16:25:23 +0200 Subject: [PATCH] Fix FTBFS Signed-off-by: Igor Raits --- nasm.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nasm.spec b/nasm.spec index be4f4da..bbb4a10 100644 --- a/nasm.spec +++ b/nasm.spec @@ -51,12 +51,11 @@ is sometimes used with the Netwide Assembler (NASM). These tools include linker, library manager, loader, and information dump. %prep -%setup -q +%autosetup tar xJf %{SOURCE1} --strip-components 1 %build -autoreconf %configure %if %{with documentation} make everything %{?_smp_mflags}