rpms/pypoker-eval/devel pypoker-eval.spec,1.20,1.21

dmalcolm dmalcolm at fedoraproject.org
Tue Jul 27 01:08:08 UTC 2010


Author: dmalcolm

Update of /cvs/pkgs/rpms/pypoker-eval/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28770

Modified Files:
	pypoker-eval.spec 
Log Message:
make configure look for python 2.7



Index: pypoker-eval.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pypoker-eval/devel/pypoker-eval.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- pypoker-eval.spec	22 Jul 2010 03:32:19 -0000	1.20
+++ pypoker-eval.spec	27 Jul 2010 01:08:07 -0000	1.21
@@ -2,7 +2,7 @@
 
 Name:           pypoker-eval
 Version:        137.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Python interface to poker-eval
 
 Group:          Development/Libraries
@@ -31,6 +31,9 @@ pypoker-eval.
 %prep
 %setup -q
 
+# Hack up configure so that it looks for python 2.7
+sed -i -e"s|python2.6 python2.5|python2.7 python2.6 python2.5|" configure
+
 # make examples directory for devel %doc
 mkdir -p tmp/examples
 cp test.py tmp/examples
@@ -75,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 26 2010 David Malcolm <dmalcolm at redhat.com> - 137.0-3
+- make configure look for python 2.7
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 137.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 



More information about the scm-commits mailing list