shortrpm (1) - Linux Manuals
shortrpm: Short-circuit binary RPM package build
NAME
shortrpm - Short-circuit binary RPM package buildSYNOPSIS
shortrpm [--bb ] [---short-circuit ] [rpmbuild options ]DESCRIPTION
shortrpm tricks rpmbuild(1) into thinking certain scriptlets in SPEC file are empty, effectively skipping their run and proceeding to build the binary package from files from previous %install scriptlet run in BuildRoot. The trickery only takes place if both -bb and --short-circuit options are specified.See rpmbuild(1) manual for descriptions of all options.
BUGS
Line numbers in eventual error messages may not correspond to actual line numbers in SPEC file.open(3) function is overriden for rpmbuild's children as well.
If rpmbuild(1) crashes when using shortrpm please do not send problem report to RPM developers unless you can reproduce the problem with clean RPM as well.
AUTHORS
shortrpm was written by Lubomir Rintel <lkundrak [at] v3.sk>.Latest version can be obtained from <http://v3.sk/~lkundrak/shortrpm>.