lsb-rpmbuild(1) build a LSB package

SYNOPSIS

lsb-rpmbuild -ba package.spec

DESCRIPTION

This is a special version of rpm that can only be used to build RPM v3 format packages, for use as LSB packages. It cannot query or install packages, just build them. See the BUILD OPTIONS section of rpmbuild(8) for the details.

Please note that using lsb-rpm itself does not have to be enough to create LSB compliant package, you will also need to disable some RPM tags:


    %_use_internal_dependency_generator 0

AUTHOR

This manual page was written by Joey Hess, for the Debian GNU/Linux system.