Use something like ark or karchiver to view the contents of the .tgz. There must be a .spec file for rpmbuild to work with. If there is none, rpmbuild will not build an rpm. You need to write one and add it to the archive. Otherwise, your only option is to compile and install that package manually.
As an alternative, try to find a .src.rpm of ode and build an rpm from that.
|