Author: eskild Date: Sun Dec 3 03:01:46 2006 New Revision: 90170 Modified: packages/cooker/exaile/current/SPECS/exaile.spec
Log: Now does conditional patching of the mmkeys makefile to work with the newer python version Modified: packages/cooker/exaile/current/SPECS/exaile.spec ============================================================================== --- packages/cooker/exaile/current/SPECS/exaile.spec (original) +++ packages/cooker/exaile/current/SPECS/exaile.spec Sun Dec 3 03:01:46 2006 @@ -57,6 +57,8 @@ perl -pi -e "s#Categories=#Categories=X-MandrivaLinux-Multimedia-Sound;Sound;GNOME;#" ./exaile.desktop # Mandrivaify the default settings perl -pi -e "s#/media/ipod#/mnt/removable#g" ./xl/prefs.py ./xl/panels.py +# Patch the makefile for later pythons +perl -pi -e "s#python2.4#python%py_ver#g" ./mmkeys/Makefile %make DESTDIR=$RPM_BUILD_ROOT %makeinstall DESTDIR=$RPM_BUILD_ROOT
