[python3] reorder the %configure arguments (alphabetically) to help with python vs python3 diffs

dmalcolm dmalcolm at fedoraproject.org
Fri May 4 19:55:26 UTC 2012


commit ecc5705ec844c614bb45a8fd44c3ba4330afb984
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Fri May 4 15:53:42 2012 -0400

    reorder the %configure arguments (alphabetically) to help with python vs python3 diffs

 python3.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/python3.spec b/python3.spec
index 81de5ba..bfa2de4 100644
--- a/python3.spec
+++ b/python3.spec
@@ -736,20 +736,20 @@ BuildPython() {
 
 %configure \
   --enable-ipv6 \
-  --with-wide-unicode \
   --enable-shared \
+  --with-computed-gotos=%{with_computed_gotos} \
+  --with-dbmliborder=gdbm:ndbm:bdb \
+  --with-system-expat \
+  --with-system-ffi \
+  --with-wide-unicode \
 %if 0%{?with_systemtap}
   --with-dtrace \
   --with-tapset-install-dir=%{tapsetdir} \
 %endif
-  --with-system-ffi \
 %if 0%{?with_valgrind}
   --with-valgrind \
 %endif
-  --with-system-expat \
-  --with-dbmliborder=gdbm:ndbm:bdb \
   $ExtraConfigArgs \
-  --with-computed-gotos=%{with_computed_gotos} \
   %{nil}
 
   # Set EXTRA_CFLAGS to our CFLAGS (rather than overriding OPT, as we've done


More information about the scm-commits mailing list