Index of /files/moc

[ICO]NameLast modifiedSizeDescription

[DIR]Parent Directory  -
[   ]moc-2.4.0-2.i386.rpm10-Nov-2009 11:38 144K
[   ]moc-2.4.0-2.src.rpm10-Nov-2009 11:38 415K
[TXT]moc-2.4.0.audio_delay.patch18-Nov-2009 18:57 11K
[   ]moc-ffmpeg-2.4.0-2.i386.rpm10-Nov-2009 11:38 23K
[   ]moc-flac-2.4.0-2.i386.rpm10-Nov-2009 11:38 20K
[   ]moc-mp3-2.4.0-2.i386.rpm10-Nov-2009 11:38 21K
[   ]moc-musepack-2.4.0-2.i386.rpm10-Nov-2009 11:38 16K
[   ]moc-sndfile-2.4.0-2.i386.rpm10-Nov-2009 11:38 12K
[   ]moc-speex-2.4.0-2.i386.rpm10-Nov-2009 11:38 18K
[   ]moc-vorbis-2.4.0-2.i386.rpm10-Nov-2009 11:38 17K

These packages are quite old now. But you should be able to build your own by first setting up a RPM build directory.
yum install rpm-build
mkdir -p ~/rpm-devel/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS,tmp}
Enter this into your ~/.rpmmacros file
%HOME %{expand:%%(cd; pwd)}
%_topdir %{HOME}/rpm-devel
%_tmppath /var/tmp
#%_mandir /usr/man
%debug_package %{nil}
%_build_name_fmt %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm

And then running
rpmbuild -tb moc-2.x.0.tar.bz2
on your downloaded tarball