Changes of Revision 10
[-] [+] | Changed | mms.spec |
[-] [+] | Added | mms-python26.patch ^ |
@@ -0,0 +1,13 @@ +--- configure.python 2009-03-09 10:31:27.000000000 +0100 ++++ configure 2009-03-09 10:32:42.000000000 +0100 +@@ -618,7 +618,9 @@ + + python_version= + +-if [ -f "/usr/include/python2.5/Python.h" ]; then ++if [ -f "/usr/include/python2.6/Python.h" ]; then ++python_version="2.6" ++elif [ -f "/usr/include/python2.5/Python.h" ]; then + python_version="2.5" + elif [ -f "/usr/include/python2.4/Python.h" ]; then + python_version="2.4" | ||
Added | mms-1.1.0.tar.bz2 ^ |