Name

mk_rpm_sub_do — Begin RPM subpackage definition

Synopsis

mk_rpm_sub_do SUBPACKAGE=name

Options

SUBPACKAGE=name

Sets the name of the subpackage by itself, e.g. devel, common.

Description

Begins the definition of an RPM subpackage. The template spec file provided to mk_rpm_do must provide appropriate metadata for the subpackage, but the file list will be filled in automatically.

After invoking this function, you can use functions such as mk_package_targets or mk_package_patterns to add files to the subpackage. End the definition of the subpackage with mk_rpm_sub_done.