Index of /files/moc
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