Browsing through kde-look.org, I found a lot of plasmoids that I wanted to install but they were not available in the Fedora repositories. So I had to compile the plasmoids from source.
After a bit of googling on the errors I was getting during compiling those plasmoids, I think the below command should do the job of pulling in all packages you need to compile almost any plasmoid on Fedora KDE.
yum install make automake gcc gcc-c++ kernel-devel kdelibs-devel kdebase-workspace-devel kdebase-devel
Note 1 – This command will also pull in some more packages which are dependencies.