From bd02ed0b00ea97ced438f330920e291c8d96c467 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 8 May 2013 12:52:11 -0400 Subject: [PATCH] fixed %setup macro --- packaging/nettle.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/nettle.spec b/packaging/nettle.spec index 3c4a761..eff832d 100644 --- a/packaging/nettle.spec +++ b/packaging/nettle.spec @@ -56,7 +56,7 @@ This package contains a few command-line tools to perform cryptographic operations using the nettle library. %prep -%setup -q -n "nettle-%{version}" +%setup -q %build %configure --disable-static \ -- 2.7.4