Re: [CMake] CPack RPM : support for custom user spec file and post/pre install scripts

2009-05-11 Thread Florent Lagaye
Eric Noulard a écrit : 2009/5/11 Florent Lagaye : Eric Noulard a écrit : Hi CPack RPM user, I did implement a new feature in CPack RPM generator which: 1) gives control of post/pre (un)install script of the RPM spec files 2) supports user provided spec file. Any interested people

Re: [CMake] CPack RPM : support for custom user spec file and post/pre install scripts

2009-05-11 Thread Florent Lagaye
Eric Noulard a écrit : Hi CPack RPM user, I did implement a new feature in CPack RPM generator which: 1) gives control of post/pre (un)install script of the RPM spec files 2) supports user provided spec file. Any interested people should have a look at the tracker which contains both a patch a

Re: [CMake] CMake & RPM problems

2009-05-06 Thread Florent Lagaye
e the icon cache after installation ? - How can I tell CPack to put instruction to create and associate new mime-types ? Thanks very much Eric for your answers. Regards, Florent. Eric Noulard a écrit : 2009/5/5 Florent Lagaye : Yes all the other package types do work: [...]

Re: [CMake] CMake & RPM problems

2009-05-05 Thread Florent Lagaye
E_VERSION_MINOR ${viewer4d_MINOR_VERSION} ) SET( CPACK_PACKAGE_VERSION_PATCH ${viewer4d_PATCH_LEVEL} ) SET( CPACK_PACKAGE_VERSION ${viewer4d_MAJOR_VERSION}.${viewer4d_MINOR_VERSION}.${viewer4d_PATCH_LEVEL} ) SET( CPACK_PACKAGE_DESCRIPTION_SUMMARY "A 4D viewer") SET( CPACK_PACKAGE_VENDOR &quo

[CMake] CMake & RPM problems

2009-05-05 Thread Florent Lagaye
ewer4d_MAJOR_VERSION}.${viewer4d_MINOR_VERSION}.${viewer4d_PATCH_LEVEL} ) SET( CPACK_PACKAGE_DESCRIPTION_SUMMARY "A 4D viewer") SET( CPACK_PACKAGE_VENDOR "INRIA - Florent LAGAYE") SET( CPACK_SOURCE_PACKAGE_FILE_NAME "viewer4d-${VERSION}" CACHE INTERNAL "tarball basename" ) SET(C