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

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


commit f522dd7cec6513ec38203997b0b3e4afcaa20bfe
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Fri May 4 15:52:41 2012 -0400

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

 python.spec |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/python.spec b/python.spec
index e5c1f3f..2e9db28 100644
--- a/python.spec
+++ b/python.spec
@@ -1059,18 +1059,18 @@ BuildPython() {
 
 %configure \
   --enable-ipv6 \
-  --enable-unicode=%{unicode} \
   --enable-shared \
+  --enable-unicode=%{unicode} \
+  --with-dbmliborder=gdbm:ndbm:bdb \
+  --with-system-expat \
   --with-system-ffi \
-%if 0%{?with_valgrind}
-  --with-valgrind \
-%endif
 %if 0%{?with_systemtap}
   --with-dtrace \
   --with-tapset-install-dir=%{tapsetdir} \
 %endif
-  --with-system-expat \
-  --with-dbmliborder=gdbm:ndbm:bdb \
+%if 0%{?with_valgrind}
+  --with-valgrind \
+%endif
   $ExtraConfigArgs \
   %{nil}
 


More information about the scm-commits mailing list