Hi Paul
Thanks for this insight, but I imagine it would be easier to apply the relative softlink you mentioned earlier:
ln -s ../../some.dir/some.file $RPM_BUILD_ROOT/other.dir/some.file
than to hack the courier.spec file and apply the below?
Both are hacks to the spec file. The second is better than the first because it doesn't make assumptions about where binaries and data live relative to each other.
Paul.