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 ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
