Patch against mpg123.spec (mpg123-0.59r-16mdk): Current spec using only allows building on two platforms (i386 and i486). If default arch == i586 || i686 || whatever then you get nasty exit status : p (maybe an ifarch for i486).
--- mpg123.spec Tue Oct 2 14:36:10 2001 +++ mpg123.spec.sqa Wed Feb 27 05:30:37 2002 @@ -37,7 +37,7 @@ %patch3 -p1 %build -%make linux-$RPM_ARCH-esd +%make linux-i386-esd %install rm -rf $RPM_BUILD_ROOT/ -- Bryan Paxton Public PGP key: http://www.deadhorse.net/bpaxton.gpg "Heedfulness: the path to the Deathless. Heedlessness: the path to death. The heedful do not die. The heedless are as if already dead." -- Dhp. 21-24
--- mpg123.spec Tue Oct 2 14:36:10 2001 +++ mpg123.spec.sqa Wed Feb 27 05:30:37 2002 @@ -37,7 +37,7 @@ %patch3 -p1 %build -%make linux-$RPM_ARCH-esd +%make linux-i386-esd %install rm -rf $RPM_BUILD_ROOT/
