[python-espeak/el6] Fixing if-statement

Eduardo Mayorga Téllez mayorga at fedoraproject.org
Sat Mar 29 17:49:41 UTC 2014


commit 2e4cf73e373d86cf047c4a801a0032e35eb9305c
Author: Eduardo Mayorga <mayorga at fedoraproject.org>
Date:   Sat Mar 29 11:49:04 2014 -0600

    Fixing if-statement

 python-espeak.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/python-espeak.spec b/python-espeak.spec
index db501f5..7e15f8d 100644
--- a/python-espeak.spec
+++ b/python-espeak.spec
@@ -1,6 +1,8 @@
+%global with_python3 1
+
 %if 0%{?rhel} && 0%{?rhel} <= 6
 %{!?__python2: %global __python2 %{__python}}
-%global with_python3 1
+%global with_python3 0
 %endif
 
 Name:		python-espeak


More information about the scm-commits mailing list