Problem: # rpmbuild --rebuild /tmp/cmake-2.4.6-4.fc7.src.rpm error: Failed build dependencies: xmlrpc-c-devel is needed by cmake-2.4.6-4.i386 # rpmbuild --rebuild /tmp/xmlrpc-c-1.06.11-2.fc7.src.rpm error: Failed build dependencies: cmake is needed by xmlrpc-c-1.06.11-2.i386 Perhaps putting them both in the same src.rpm would allow them to bootstrap each-other during build.
To bootstrap cmake, simply change "--system-libs" to "--no-system-libs" in cmake.spec. Build cmake, then build xmlrpc-c, then revert the change and rebuild cmake.
You should now be able to do: rpmbuild --with-bootstrap to bootstrap cmake.