SPECS (AC-branch): dovecot.spec - added with_gssapi bcond

dzeus dzeus at pld-linux.org
Fri Oct 31 21:50:27 CET 2008


Author: dzeus                        Date: Fri Oct 31 20:50:27 2008 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- added with_gssapi bcond

---- Files affected:
SPECS:
   dovecot.spec (1.77.2.9 -> 1.77.2.10) 

---- Diffs:

================================================================
Index: SPECS/dovecot.spec
diff -u SPECS/dovecot.spec:1.77.2.9 SPECS/dovecot.spec:1.77.2.10
--- SPECS/dovecot.spec:1.77.2.9	Fri Oct 31 21:41:13 2008
+++ SPECS/dovecot.spec	Fri Oct 31 21:50:21 2008
@@ -1,6 +1,7 @@
 # $Revision$, $Date$
 #
 # Conditional build:
+%bcond_with	gssapi	# with GSSAPI support
 %bcond_without	ldap	# without LDAP auth
 %bcond_without	mysql	# without MySQL auth
 %bcond_without	pgsql	# without PostgreSQL auth
@@ -11,7 +12,7 @@
 Summary(pl.UTF-8):	Serwer IMAP i POP3 pisany głównie z myślą o bezpieczeństwie
 Name:		dovecot
 Version:	1.1.6
-Release:	1
+Release:	2
 Epoch:		1
 License:	MIT (libraries), LGPL v2.1 (the rest)
 Group:		Networking/Daemons
@@ -26,7 +27,7 @@
 BuildRequires:	automake
 %{?with_sasl:BuildRequires:	cyrus-sasl-devel >= 2.0}
 BuildRequires:	gettext-devel
-#BuildRequires:	krb5-devel
+%{?with_gssapi:BuildRequires:	krb5-devel}
 BuildRequires:	libtool
 %{?with_mysql:BuildRequires:	mysql-devel}
 %{?with_ldap:BuildRequires:	openldap-devel >= 2.3.3}
@@ -145,7 +146,7 @@
 	%{?with_pgsql:--with-pgsql} \
 	%{?with_sasl:--with-cyrus-sasl2} \
 	%{?with_sqlite:--with-sqlite} \
-	--with-gssapi \
+	%{?with_gssapi:--with-gssapi} \
 	--with-ssl=openssl \
 	--with-ssl-dir=/var/lib/openssl \
 	--sysconfdir=/etc/%{name}
@@ -272,6 +273,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.77.2.10  2008/10/31 20:50:21  dzeus
+- added with_gssapi bcond
+
 Revision 1.77.2.9  2008/10/31 20:41:13  dzeus
 - up to 1.1.6
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dovecot.spec?r1=1.77.2.9&r2=1.77.2.10&f=u



More information about the pld-cvs-commit mailing list