[cmake-developers] [CMake 0013176]: CPackRPM support for per-component summary/description

Mantis Bug Tracker mantis at public.kitware.com
Mon Apr 30 05:12:14 EDT 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13176 
====================================================================== 
Reported By:                Sergei Golubchik
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13176
Category:                   CPack
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-04-30 11:12 CEST
Last Modified:              2012-04-30 11:12 CEST
====================================================================== 
Summary:                    CPackRPM support for per-component
summary/description
Description: 
CPackRPM supports per-component configuration, to a certain extent.
It can build many rpm's from one project, and these rpm's may have different
require/obsolete, and prein/etc scripts.

But they all have the same summary and description.
One might expect CPACK_RPM_<component>_PACKAGE_SUMMARY and
CPACK_RPM_<component>_PACKAGE_DESCRIPTION to work, but they don't.

Alternatively, CPackRPM could use CPACK_COMPONENT_<component>_DESCRIPTION, which
may be less intuitive, but might allow better code reuse (in CMakeLists.txt) and
less copy-pasting.

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-04-30 11:12 Sergei GolubchikNew Issue                                    
======================================================================




More information about the cmake-developers mailing list