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