From: Tomasz Pala Date: Tue, 11 Oct 2005 14:46:07 +0000 (+0000) Subject: - disable default mysql when expicite enabled pgsql/sqlite X-Git-Tag: auto/ti/dspam-3_8_0-0_1~49 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdspam.git;a=commitdiff_plain;h=d8558a9e6db1b4885336636080d5b57ddafc730b - disable default mysql when expicite enabled pgsql/sqlite Changed files: dspam.spec -> 1.40 --- diff --git a/dspam.spec b/dspam.spec index 5ec7a0f..59cb36e 100644 --- a/dspam.spec +++ b/dspam.spec @@ -19,14 +19,14 @@ %bcond_with daemon %if %{with mysql} && %{with pgsql} -%undefine with_pgsql -%{warn:disabled pgsql as mysql and pgsql aren't supported together (yet) +%undefine with_mysql +%{warn:disabled mysql as mysql and pgsql aren't supported together (yet) }#'vim %endif %if %{with mysql} && %{with sqlite} -%undefine with_sqlite -%{warn:disabled sqlite as mysql and sqlite aren't supported together (yet) +%undefine with_mysql +%{warn:disabled mysql as mysql and sqlite aren't supported together (yet) }#'vim %endif