Read an .rpm file and writes an output text file that, if included inside a Makefile, will instruct GNU make about the dependencies of the .rpm, so that such RPM can be rebuilt only when one of the dependencies is updated (rather than unconditionally) thus speeding up the time required by "make". -
View it on GitHub