From 2cafd3660d95058574867870ffc9b35680abe54b Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 22 May 2013 00:08:01 +0200 Subject: [PATCH] Simplify the use of %setup macro --- devhelp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devhelp.spec b/devhelp.spec index 337e030..b4ff30e 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -40,7 +40,7 @@ This package contains a library that can be used for embedding devhelp into other applications such as IDEs. %prep -%setup -q -n devhelp-%{version} +%setup -q %build %configure --disable-static