]> git.pld-linux.org Git - packages/dspam.git/commitdiff
- disable default mysql when expicite enabled pgsql/sqlite
authorTomasz Pala <gotar@pld-linux.org>
Tue, 11 Oct 2005 14:46:07 +0000 (14:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dspam.spec -> 1.40

dspam.spec

index 5ec7a0fd299c38421a45409ce7cc23a04c03fb3b..59cb36e3f27745e185e540f0fe4eb1937fe7cc25 100644 (file)
 %bcond_with    daemon
 
 %if %{with mysql} && %{with pgsql}
 %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}
 }#'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
 
 }#'vim
 %endif
 
This page took 0.073964 seconds and 4 git commands to generate.