SPECS: dspam.spec - disable default mysql when expicite enabled pg...

gotar gotar at pld-linux.org
Tue Oct 11 16:46:12 CEST 2005


Author: gotar                        Date: Tue Oct 11 14:46:12 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- disable default mysql when expicite enabled pgsql/sqlite

---- Files affected:
SPECS:
   dspam.spec (1.39 -> 1.40) 

---- Diffs:

================================================================
Index: SPECS/dspam.spec
diff -u SPECS/dspam.spec:1.39 SPECS/dspam.spec:1.40
--- SPECS/dspam.spec:1.39	Tue Oct 11 16:40:35 2005
+++ SPECS/dspam.spec	Tue Oct 11 16:46:07 2005
@@ -20,14 +20,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
 
@@ -368,6 +368,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.40  2005/10/11 14:46:07  gotar
+- disable default mysql when expicite enabled pgsql/sqlite
+
 Revision 1.39  2005/10/11 14:40:35  gotar
 - use debug instead of verbose,
 - updated switches.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dspam.spec?r1=1.39&r2=1.40&f=u




More information about the pld-cvs-commit mailing list