View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012468CMake(No Category)public2011-09-19 14:262012-02-06 06:07
ReporterChip Christian 
Assigned ToBrad King 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionduplicate 
Platformx86_64OSLinuxOS VersionRHEL 6.1
Product VersionCMake 2.8.5 
Target VersionFixed in VersionCMake 2.8.6 
Summary0012468: Package naming with COMPONENTS is broken
DescriptionThe packages all wind up with the same name unless you apply the patch I supply below...
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\@
TagsNo tags attached.
Attached Files

 Relationships
duplicate of 0012366closedEric NOULARD when using different components RPM packages have the same package name 

  Notes
(0028511)
David Cole (manager)
2012-02-06 06:07

Closing resolved issues that have not been updated in more than 4 months.

 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


Copyright © 2000 - 2018 MantisBT Team