]> git.pld-linux.org Git - packages/cyrus-sasl.git/blame - cyrus-sasl.spec
- rel 5
[packages/cyrus-sasl.git] / cyrus-sasl.spec
CommitLineData
b82b9fc8 1#
f8c0171c
AF
2# TODO:
3# - add ldap plugin from openldap sources
db5abc64
JB
4#
5# Conditional build:
f9c6d263 6%bcond_without ldap # disable LDAP support for saslauthd
7b0e765f 7%bcond_without gssapi # do not enable GSSAPI support for saslauthd and build gssapi plugin
55f89eea 8%bcond_without mysql # don't build MySQL pluggin
7b0e765f
AM
9%bcond_without pgsql # do not build PostgreSQL pluggin
10%bcond_without sqlite # do not enable sqlite plugin
31ce14b6 11%bcond_with authlib # enable courier-authlib (i wasn't able to test it)
0725404e 12%bcond_with cryptedpw # if you keep crypted passwords in your *sql
7b0e765f 13%bcond_with opie # enable opie plugin
f9c6d263
JB
14%bcond_with srp # build srp pluggin
15%bcond_with pwcheck # build pwcheck helper (deprecated)
16%bcond_with x509 # build x509 plugin (no sources in package???)
17#
31ce14b6 18%if %{without mysql} && %{without pgsql}
0725404e 19%undefine with_cryptedpw
20%endif
21
24730ccf
JB
22Summary: The SASL library API for the Cyrus mail system
23Summary(pl): Biblioteka Cyrus SASL
b01d2a48 24