Re: [CMake] CPackRPM.cmake patch

2010-05-11 Thread Eric Noulard
2010/5/7 Eric Noulard : > > Thank you Erwan, > Would you be kind enough to open a feature request on the bug tracker > http://public.kitware.com/Bug/my_view_page.php I did open the bug myself before your message get too deep the mail stack: http://public.kitware.com/Bug/view.php?id=10701 I did a

Re: [CMake] CPackRPM.cmake patch

2010-05-07 Thread Eric Noulard
2010/5/7 Erwan Legrand : > I missed a few things in my previous message. > >> I'm currently trying to solve a two problems with the RPM generator: >>  * Lack of support for file names containing spaces >>  * Lack of support for %config and %config(noreplace) > >  * Lack of support for "Obsoletes:"

Re: [CMake] CPackRPM.cmake patch

2010-05-07 Thread Erwan Legrand
I missed a few things in my previous message. I'm currently trying to solve a two problems with the RPM generator: * Lack of support for file names containing spaces * Lack of support for %config and %config(noreplace) * Lack of support for "Obsoletes:" * Lack of support for %doc I'm

[CMake] CPackRPM.cmake patch

2010-05-06 Thread Erwan Legrand
Hi, I'm currently trying to solve a two problems with the RPM generator: * Lack of support for file names containing spaces * Lack of support for %config and %config(noreplace) I'm yet to succeed. I tried to fix the call to sed to enclose file names between double quotes. It's not working as