[devhelp] Simplify the use of %setup macro

Kalev Lember kalev at fedoraproject.org
Tue May 21 22:08:49 UTC 2013


commit 2cafd3660d95058574867870ffc9b35680abe54b
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed May 22 00:08:01 2013 +0200

    Simplify the use of %setup macro

 devhelp.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list