packages: dovecot/dovecot.spec - enable sql/gssapi as plugins
arekm
arekm at pld-linux.org
Tue Sep 14 14:52:13 CEST 2010
Author: arekm Date: Tue Sep 14 12:52:13 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- enable sql/gssapi as plugins
---- Files affected:
packages/dovecot:
dovecot.spec (1.141 -> 1.142)
---- Diffs:
================================================================
Index: packages/dovecot/dovecot.spec
diff -u packages/dovecot/dovecot.spec:1.141 packages/dovecot/dovecot.spec:1.142
--- packages/dovecot/dovecot.spec:1.141 Mon Sep 13 20:50:08 2010
+++ packages/dovecot/dovecot.spec Tue Sep 14 14:52:07 2010
@@ -147,14 +147,16 @@
%{?with_mysql:--with-mysql} \
%{?with_pgsql:--with-pgsql} \
%{?with_sqlite:--with-sqlite} \
- %{?with_gssapi:--with-gssapi} \
+ %{?with_gssapi:--with-gssapi=plugin} \
+ --with-sql=plugin \
+ --with-pam \
--with-zlib \
--with-bzlib \
--with-libcap \
--with-ssl=openssl \
--with-moduledir=%{_libdir}/%{name}/plugins \
--with-ssldir=/var/lib/openssl \
- --sysconfdir=/etc/%{name}
+ --sysconfdir=/etc
%{__make}
@@ -258,6 +260,10 @@
%attr(755,root,root)%{_libdir}/%{name}/lib*.so*
%dir %{_libdir}/%{name}/plugins
%attr(755,root,root) %{_libdir}/%{name}/plugins/*.so
+%dir %{_libdir}/%{name}/plugins/auth
+%attr(755,root,root)%{_libdir}/%{name}/plugins/auth/*.so
+%dir %{_libdir}/%{name}/plugins/dict
+%attr(755,root,root)%{_libdir}/%{name}/plugins/dict/*.so
%dir %{_libdir}/%{name}/plugins/doveadm
%attr(755,root,root)%{_libdir}/%{name}/plugins/doveadm/*.so
%dir /var/lib/dovecot
@@ -281,6 +287,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.142 2010/09/14 12:52:07 arekm
+- enable sql/gssapi as plugins
+
Revision 1.141 2010/09/13 18:50:08 arekm
- builds; files updated; needs testing
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dovecot/dovecot.spec?r1=1.141&r2=1.142&f=u
More information about the pld-cvs-commit
mailing list