SPECS: dovecot.spec - enabled GSSAPI authentication support; updat...

charles charles at pld-linux.org
Wed Jun 28 22:17:57 CEST 2006


Author: charles                      Date: Wed Jun 28 20:17:57 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- enabled GSSAPI authentication support; updated -gssapi.patch; BR: heimdal-devel
- added /var/lib/dovecot (permanent data directory)

---- Files affected:
SPECS:
   dovecot.spec (1.28 -> 1.29) 

---- Diffs:

================================================================
Index: SPECS/dovecot.spec
diff -u SPECS/dovecot.spec:1.28 SPECS/dovecot.spec:1.29
--- SPECS/dovecot.spec:1.28	Wed Jun 28 21:21:24 2006
+++ SPECS/dovecot.spec	Wed Jun 28 22:17:52 2006
@@ -25,6 +25,7 @@
 BuildRequires:	autoconf
 BuildRequires:	automake
 %{?with_sasl:BuildRequires:	cyrus-sasl-devel >= 2.0}
+BuildRequires:	heimdal-devel
 BuildRequires:	gettext-devel
 BuildRequires:	libtool
 %{?with_mysql:BuildRequires:	mysql-devel}
@@ -130,6 +131,7 @@
 	%{?with_pgsql:--with-pgsql} \
 	%{?with_sasl:--with-cyrus-sasl2} \
 	%{?with_sqlite:--with-sqlite} \
+	--with-gssapi \
 	--with-notify=dnotify \
 	--with-ssl=openssl \
 	--with-ssl-dir=/var/lib/openssl
@@ -139,7 +141,8 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/{pam.d,rc.d/init.d,sysconfig,security}
-install -d $RPM_BUILD_ROOT{%{_libdir},%{_bindir},/var/run/dovecot/login}
+install -d $RPM_BUILD_ROOT{%{_libdir},%{_bindir}}
+install -d $RPM_BUILD_ROOT{/var/lib/dovecot,/var/run/dovecot/login}
 
 %{__make} install \
 	moduledir=%{_libdir}/%{name}/plugins \
@@ -194,6 +197,7 @@
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
 %attr(755,root,root) %{_libdir}/%{name}
+%dir /var/lib/dovecot
 %dir /var/run/dovecot
 %attr(750,root,dovecot) %dir /var/run/dovecot/login
 
@@ -203,6 +207,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.29  2006/06/28 20:17:52  charles
+- enabled GSSAPI authentication support; updated -gssapi.patch; BR: heimdal-devel
+- added /var/lib/dovecot (permanent data directory)
+
 Revision 1.28  2006/06/28 19:21:24  arekm
 - up to 1.0rc1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dovecot.spec?r1=1.28&r2=1.29&f=u



More information about the pld-cvs-commit mailing list