removed references to python2.5

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40259
This commit is contained in:
eduardo 2008-09-19 14:11:14 +00:00
parent ddd7393a0a
commit c05dcdab1d
2 changed files with 1 additions and 3 deletions

View File

@ -3,8 +3,7 @@
# This file becomes the install section of the generated spec file.
#
# This is what dist.py normally does.
python2.5 setup.py install --root=${RPM_BUILD_ROOT} --record="INSTALLED_FILES"
python setup.py install --root=${RPM_BUILD_ROOT} --record="INSTALLED_FILES"
cat << EOF >> INSTALLED_FILES
/usr/bin/*.py*

View File

@ -1,6 +1,5 @@
[bdist_rpm]
release = 1
python = python2.5
install-script = scripts/rpm-install.sh
[install]