[gambit-c] fix typo in %%if after a local experiment with disabling it

Michel Alexandre Salim salimma at fedoraproject.org
Fri Feb 7 03:06:32 UTC 2014


commit 4a2dc07eb6895401255412e3b37360c4be51e413
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Fri Feb 7 10:04:32 2014 +0700

    fix typo in %%if after a local experiment with disabling it

 gambit-c.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gambit-c.spec b/gambit-c.spec
index f0964d8..52aef22 100644
--- a/gambit-c.spec
+++ b/gambit-c.spec
@@ -8,7 +8,7 @@
 
 %if 0%{?el6}
 %ifarch ppc64
-if ! %{with ppc64opt2}
+%if ! %{with ppc64opt2}
 %global optflags %(echo %{optflags} | sed 's/-O2 /-O1 /')
 %endif
 %endif # ppc64


More information about the scm-commits mailing list