fedora 11 and panda3d

hi, I just tried creating the RPM for Fedora 11 (downloaded the source from here). I tried the command above, and everything seems to have compiled correctly (except for some warnings saying that _XOPEN_SOURCE was redefined). But when it gets to the part where it is building the RPM it fails with the following error list:

RPM build errors:
    File not found: /home/scuac/rpmbuild/BUILDROOT/panda3d-1.6.2-1.x86_64/etc/Confauto.prc
    File not found: /home/scuac/rpmbuild/BUILDROOT/panda3d-1.6.2-1.x86_64/etc/Config.prc
    File not found: /home/scuac/rpmbuild/BUILDROOT/panda3d-1.6.2-1.x86_64/usr/share/panda3d
    File not found: /home/scuac/rpmbuild/BUILDROOT/panda3d-1.6.2-1.x86_64/etc/ld.so.conf.d/panda3d.conf
    File not found: /home/scuac/rpmbuild/BUILDROOT/panda3d-1.6.2-1.x86_64/usr/bin
    File not found: /home/scuac/rpmbuild/BUILDROOT/panda3d-1.6.2-1.x86_64/usr/lib
    File not found: /home/scuac/rpmbuild/BUILDROOT/panda3d-1.6.2-1.x86_64/usr/include/panda3d

I checked and /home/scuac/rpmbuild/BUILDROOT is empty. Should I put those files there myself from somewhere else?

Thanks