> A simple version, which covers the main test case is shown here.

Thanks.

> The %files list in the auto spec file shows "%dist.txt" when I think it 
> should show "%%dist.txt". Even when I manually changed it to %% it didn't 
> work for me though. Maybe someone who knows RPM better would be able to tell 
> me why.

CPackRPM uses globbing to find all the files so you can't escape it in
install command (install is executed first and must have valid
filename without any RPM specific escapes, then later on internally
CPackRPM globs for files and escaping should be performed there).

>  Other cases could also be tested by adding more files (for those who have 
> any of ?|*.\'" in their file names).

I'll add some additional tests for these cases as well and see if it breaks.

Thanks,
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

Reply via email to