- upgrade to Python 2.3 and fix dependent packages
I have a system running 2.3 since some weeks, these should be the
remaining fixes; tested individually, not in a full rebuild.
- bump linphone and mined version
- another take at fixing libgnomedb / mergeant priority
Speculative.
- fix kdeartwork31 download
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1483 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
python --prefix $root/$prefix build install
will generate an error as --prefix is not a global option but an option
of install and it should be written as this :
python build install --prefix $root/$prefix
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1219 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
this does not take into account the $root and $prefix variables
it needs a "--prefix $root/$prefix" (maybe in pyconfopt)
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1218 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc