[cmake-developers] [PATCH] Preinstall requirements support for CPack RPM generator
Rolf Eike Beer
eike at sf-mail.de
Mon Oct 27 10:41:37 EDT 2014
Am 27.10.2014 14:27, schrieb Brad King:
> On 10/24/2014 05:46 PM, Evgeny Kalishenko wrote:
>> Documentation added, authorship fixed, a couple of commits squashed.
>
> Great. Applied and merged for testing:
>
> CPackRPM: Support pre(post) install scripts
> http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7d049e7c
> if("${_RPM_SPEC_HEADER}" MATCHES "REQUIRES_PRE" OR
> "${_RPM_SPEC_HEADER}" MATCHES "REQUIRES_POST")
This should really be using STREQUAL and not using dereferences on the
left hand side.
Eike
More information about the cmake-developers
mailing list