Re: [CMake] [PATCH] V2 add support for component based spec header in RPM generator

2011-06-27 Thread Koecher, Rene
Hi, >>> Hi, >>> while making excessive use of the RPM generator in CMake 2.8.5 I came >>> across a requirement >>> it could not match out of the box: per-component spec headers. >>> As it is it seems not to be possible to add to or replace spec-file >>> headers on a >>> component basis. The Patch

[CMake] [PATCH] V2 add support for component based spec header in RPM generator

2011-06-27 Thread Koecher, Rene
Small update - TMP_RPM_* fields need to be reset for different components or they'll add up. > Hi, > while making excessive use of the RPM generator in CMake 2.8.5 I came across > a requirement > it could not match out of the box: per-component spec headers. > As it is it seems not to be possibl

[CMake] [PATCH] add support for component based spec header in RPM generator

2011-06-27 Thread Koecher, Rene
Hi, while making excessive use of the RPM generator in CMake 2.8.5 I came across a requirement it could not match out of the box: per-component spec headers. As it is it seems not to be possible to add to or replace spec-file headers on a component basis. The Patch below will add this support to C