Open Build Service by default does not allow build for mpg123.
so mpg123 support is diabled by default. 
but you can download the SRPM and run
sudo rpmbuild -D 'BUILD_MPG123 1' --rebuild *.src.rpm
then you'll find mpg123 is enabled.
