in your fedora.repo( and all the others ) there is this
Code:
[fedora-source]
name=Fedora $releasever - Source
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
to use it
--
yum --enablerepo=fedora-source install file-name
or for the updates
yum --enablerepo=updates-source install file-name
or go to the programs web site and get it there . it may be a tar.bz2 download or you can grab them from svn or cvs
for example for the CURRENT development code for celestia use svn
Code:
svn co https://celestia.svn.sourceforge.net/svnroot/celestia/trunk celestia