[cmake-developers] [CPackRPM] Configure RPM package group and name per component

Domen Vrankar domen.vrankar at gmail.com
Mon Dec 7 14:24:57 EST 2015


2015-11-17 9:18 GMT+01:00 Domen Vrankar <domen.vrankar at gmail.com>:
> 2015-11-15 20:32 GMT+01:00 Markus Rickert <rickert at fortiss.org>:
>> Hi,
>>
>> similar to the previous patch for CPackDeb, the attached patch adds
>> component-specific settings for group and name of an RPM package.
>>
>> CPACK_RPM_<component>_PACKAGE_GROUP allows setting the group of the
>> component with the main libraries to "Development/Libraries", while
>> "Documentation" can be used for the component with the actual documentation.
>>
>> CPACK_RPM_<component>_PACKAGE_NAME can set the package name (not the
>> filename) of a component, e.g., "foo" for libraries (instead of
>> "foo-libraries") and "foo-devel" for headers.
>
> I'll try to review it today.

Sorry for this delay...

Applied patch with minor change:
https://cmake.org/gitweb?p=cmake.git;a=commit;h=c926efa

Thanks,
Domen


More information about the cmake-developers mailing list