2010/8/11 Thawan Kooburat <[email protected]>: > Hi Eric, > > I read though this thread and also two bug reports related to this issue. > > It seems like it will take a while because of CPack design issue. Do > you think there will be any workaround or small hack to make this work > with current CPackRPM?
I think it can go faster than you think :-) The builtin CPack API design issue has just been fixed and merged to next: http://cmake.org/gitweb?p=cmake.git;a=log;h=632c2659 So this should end-up in next CMake release. The redesigned API let the specific generator decide the number AND the name of the generated packages. Now I will rebase my previous patchset for ArchiveGenerators based on that new API. Then after that I will tackle the RPM and DEB. As usual, I cannot ensure any deadlines for those two but if you want to help you can checkout next and propose some patches for RPM component support. There shouldn't be any design issue left now. -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org _______________________________________________ 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://www.cmake.org/mailman/listinfo/cmake
