comparison contrib/buildrpm @ 23881:33471119267b

rpm: make Python 2.7.9 the default Python to include in rpms for EL 5 Use the new and more TLS support in Python 2.7.9.
author Mads Kiilerich <madski@unity3d.com>
date Fri, 16 Jan 2015 04:26:40 +0100
parents a440166d03fc
children aa8e5c6d953b
comparison
equal deleted inserted replaced
23880:c0c4713c3010 23881:33471119267b
15 shift 15 shift
16 BUILD= 16 BUILD=
17 ;; 17 ;;
18 --withpython | --with-python) 18 --withpython | --with-python)
19 shift 19 shift
20 PYTHONVER=2.7.8 20 PYTHONVER=2.7.9
21 PYTHONMD5=d4bca0159acb0b44a781292b5231936f 21 PYTHONMD5=5eebcaa0030dc4061156d3429657fb83
22 ;; 22 ;;
23 --rpmbuilddir ) 23 --rpmbuilddir )
24 shift 24 shift
25 RPMBUILDDIR="$1" 25 RPMBUILDDIR="$1"
26 shift 26 shift