mk_rpm_sub_do — Begin RPM subpackage definition
mk_rpm_sub_do
SUBPACKAGE=
name
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
.