[python-pycxx] change __python2 macro to __python for el6

John Morris zultron at fedoraproject.org
Tue Oct 16 16:06:09 UTC 2012


commit f0c999f4648180b6a4c212f534d82d63df91b344
Author: John Morris <john at zultron.com>
Date:   Tue Oct 16 00:35:21 2012 -0500

    change __python2 macro to __python for el6

 python-pycxx.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-pycxx.spec b/python-pycxx.spec
index e0ac650..1f98f3b 100644
--- a/python-pycxx.spec
+++ b/python-pycxx.spec
@@ -83,7 +83,7 @@ INSTALL='setup.py install
         --install-headers=%{_includedir}/CXX
         --install-data=%{_usrsrc}'
 
-%{__python2} $INSTALL
+%{__python} $INSTALL
 
 %if 0%{?_with_python3:1}
 %{__python3} $INSTALL


More information about the scm-commits mailing list