Moving the conversation to developers mailing list. More docs on this for 2.8.12: > > http://www.cmake.org/cmake/help/v2.8.12/cpack.html#variable:CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION > > I guess that "/usr/local" may be added to > CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST default list values. > > For Domen: see the history of this story here: > http://public.kitware.com/Bug/view.php?id=13609 >
I am familiar with this variable but I haven't noticed until now that not all the paths Dubrovskiy Viacheslav <http://public.kitware.com/Bug/view_user_page.php?id=4130> listed in bug report were removed from auto listing. Currently /etc /etc/init.d /usr /usr/share /usr/share/doc /usr/bin /usr/lib /usr/lib64 /usr/include paths are removed. I can add /usr/local to the list. Are there any additional paths from the above bug report that anyone thinks should be added? I would assume that all of the directories from Linux filesystem hierarchy standard (http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard, http://www.pathname.com/fhs/pub/fhs-2.3.html) should be excluded on Linux however UNIX filesystem hierarchy has less directories listed on wiki ( http://en.wikipedia.org/wiki/Unix_filesystem) and I am not even certain that all flavours of UNIX use them. I think that at least directories that are listed both for Linux and Unix should be added. What is the opinion of others? Domen
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
