MantisBT - CMake | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0012468 | CMake | (No Category) | public | 2011-09-19 14:26 | 2012-02-06 06:07 | |||||
Reporter | Chip Christian | |||||||||
Assigned To | Brad King | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||
Status | closed | Resolution | duplicate | |||||||
Platform | x86_64 | OS | Linux | OS Version | RHEL 6.1 | |||||
Product Version | CMake 2.8.5 | |||||||||
Target Version | Fixed in Version | CMake 2.8.6 | ||||||||
Summary | 0012468: Package naming with COMPONENTS is broken | |||||||||
Description | The packages all wind up with the same name unless you apply the patch I supply below... | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | --- /usr/share/cmake/Modules/CPackRPM.cmake 2011-07-08 07:21:44.000000000 -0500 +++ cmake/CPackRPM.cmake 2011-09-01 02:30:04.213626332 -0500 @@ -569,7 +569,7 @@ "# -*- rpm-spec -*- BuildRoot: \@CPACK_RPM_DIRECTORY\@/\@CPACK_PACKAGE_FILE_NAME\@\@CPACK_RPM_PACKAGE_COMPONENT_PART_PATH\@ Summary: \@CPACK_RPM_PACKAGE_SUMMARY\@ -Name: \@CPACK_RPM_PACKAGE_NAME\@ +Name: \@CPACK_RPM_PACKAGE_NAME\@\@CPACK_RPM_PACKAGE_COMPONENT_PART_NAME\@ Version: \@CPACK_RPM_PACKAGE_VERSION\@ Release: \@CPACK_RPM_PACKAGE_RELEASE\@ License: \@CPACK_RPM_PACKAGE_LICENSE\@ | |||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2011-09-19 14:26 | Chip Christian | New Issue | ||||||||
2011-09-19 14:28 | Brad King | Relationship added | duplicate of 0012366 | |||||||
2011-09-19 14:29 | Brad King | Status | new => resolved | |||||||
2011-09-19 14:29 | Brad King | Fixed in Version | => CMake 2.8.6 | |||||||
2011-09-19 14:29 | Brad King | Resolution | open => duplicate | |||||||
2011-09-19 14:29 | Brad King | Assigned To | => Brad King | |||||||
2012-02-06 06:07 | David Cole | Note Added: 0028511 | ||||||||
2012-02-06 06:07 | David Cole | Status | resolved => closed |
Notes | |||||
|
|||||
|
|