from the original spec file:
rpm2html tries to solve 2 big problems one face when grabbing a RPM package from a mirror on the net and trying to install it:
- it gives more information than just the filename before installing the package.
- it tries to solve the dependancy problem by analyzing all the Provides and Requires of the set of RPMs. It shows the cross references by the way of hypertext links.
You'll find example configuration files at /usr/doc/packages/rpm2html. - Use it in combination with the package `rpmfind'.