[WBEL-users] Automatic RPM Build Tools

Rex Dieter rdieter@math.unl.edu
Wed, 07 Jul 2004 09:43:54 -0500


Doug Eubanks wrote:
> Is anyone aware of a tool that will download the latest src rpm or tar.gz (with an included spec file
> of course) and build binary rpms from a specified url?  

rpmbuild --rebuild http://server.com/path/to/foo-1.0.src.rpm

Should do nicely.

-- Rex