RPMREBUILD features

abstract

rpmrebuild is a tool to build an RPM file from a RPM package.
notes :

basic feature


advanced feature

You need to have some rpm spec knowledge.
You can build an rpm file from : Rpmrebuild works in two stages :
  1. first it builds a spec file
  2. then it uses rpmbuild to generate the rpm file
The main interest is to modify the generated spec file, to build a different rpm package.

interactive

You can edit and modify "on the fly" the specfile with the command : rpmrebuild -e package_name

batch

Plugins allow to make batch changes on specfiles.
Eric Gerbier

page changed on 2019-10-18