3c0e4fee0f
CPack does not support recommends for RPM generation, so I've generated a template RPM SPEC files in order to make modifications to allow for support of recommends. The spec.in file was generated using the cpack option "CPACK_RPM_GENERATE_USER_BINARY_SPECFILE_TEMPLATE" and was modified very sparingly to avoid any maintanance burden, e.g. can be easily regenerated. The CPACK_RPM_USER_BINARY_SPECFILE is then used to specify the customized template file, instead of using the cmake's template. From what I understand, the point of these two options is to allow developers to tailor the specfile to their desire, since rpm spec files are much more advanced then the equilivent debian file. Change-Id: I80c69be58a3c57729ed997fd2ce01f5d16b9e9b9 Signed-off-by: Jeremy Newton <Jeremy.Newton@amd.com>