W specu do balsy jest blad w wywolaniu configure:
%configure \
	--with-ssl \
	--with-gpgme \
	%{!?_without_ldap:--enable-ldap} \
	%{?_without_ldap:--disable-ldap}
powinno być:
	%{!?_without_ldap:--with-ldap} \
	%{?_without_ldap:--without-ldap}
Jacek