[Kroupware] compiling cyrus-sasl

Appel, Stanley kroupware@mail.kde.org
Tue, 24 Dec 2002 09:02:48 -0000


>Hi,
>as cyrus-sasl-2.1.9.tar.gz is not longer downloadable
>(because of a new version) I'm unable to compile cyrus-sasl.
>The sasl.spec always wants to download the sources
>(even if they are in the same directory) and I've no
>knowledge how to fix the sasl.spec.
>
>Help?!
>
>Regards,
>Thomas.

There is a typo in the sasl.spec. The line with :
  Source0:      %( [ ! -f %{SOURCE %cyrus-sasl-%{Version}
should be :
  Source0:      %( [ ! -f %{SOURCE cyrus-sasl-%{Version}
There is a % for cyrus which should be removed.

Stanley