[Contrib-RPM]
--=-=-= Name : cyrus-imapd Relocations: (not relocateable)
Hi, Florin, theres a typo in cyrus-imapd.imap-2.1.x-conf (source6). the line
sieveuserhomedir: no
should be
sieveusehomedir: no
Since it doesn't affect functionality ("no" is the default for this option) I just corrected it locally but didn't upload a new rpm.
(btw, the typo was reported to me by Jay Levitt <jay-cyrus at stopwatch dot org>)
As for the missing files not-mkdep is probably useless and mupdate-loadgen.pl seems to be something for internal use at CMU. It's related to murder (the imap aggregator) and the package isn't configured for murder, so it should also be pointless to include it (I couldn't find it referenced anywhere in the documentation nor in the cyrus mailing list, so I may be wrong).
Probably what should be fixed is this section instead
# Install tools
for tool in tools/* ; do
test -f ${tool} && %{__install} -m 755 ${tool} %{buildroot}%{_cyrexecdir
}/
done
to install only needed files, but that's necessary only to avoid warnings by cooker rpm (8.2 and 9.0 versions don't warn about installed but not packaged files).
One last thing, I don't understand why you patched configure.in since it shouldn't be used in the build process (unless it is patched, in that case it will trigger automake, something that gave me much grief in the past. In that case you should also force automake1.4, AFAIK cyrus-imapd doesn't work with 1.6). Anyway, the provided configure already checks for gcc>=3 and in that case it won't add /usr/local/include, so the patch shouldn't be needed. Is it a cooker thing?
Bye -- Luca Olivetti Note.- This message reached you today, it may not tomorrow if you are using MAPS or other RBL. They arbitrarily IP addresses not related in any way to spam, disrupting Internet connectivity. See http://slashdot.org/article.pl?sid=01/05/21/1944247 and http://theory.whirlycott.com/~phil/antispam/rbl-bad/rbl-bad.html
pgp00000.pgp
Description: PGP signature
