[highlight] Fix wrong %setup macro in SPEC file

Jochen Schmitt s4504kr at fedoraproject.org
Thu May 1 09:36:05 UTC 2014


commit 3f7c33ee41c9df0c9badb544275446af67bae481
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Thu May 1 11:36:21 2014 +0200

    Fix wrong %setup macro in SPEC file

 highlight.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/highlight.spec b/highlight.spec
index d07621c..b2b4084 100644
--- a/highlight.spec
+++ b/highlight.spec
@@ -38,7 +38,7 @@ Requires:       %{name} = %{version}-%{release}
 A Qt-based GUI for the highlight source code formatter source.
 
 %prep
-%setup -q -n  %{name}-3.16
+%setup -q
 
 %build
 make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS=


More information about the scm-commits mailing list