packages: dovecot/dovecot.spec - --with-ldap=yes instead of plugin ( with p...

areq areq at pld-linux.org
Wed Nov 4 23:16:02 CET 2009


Author: areq                         Date: Wed Nov  4 22:16:02 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- --with-ldap=yes instead of plugin ( with plugin I can't get it to work)
- release 2

---- Files affected:
packages/dovecot:
   dovecot.spec (1.121 -> 1.122) 

---- Diffs:

================================================================
Index: packages/dovecot/dovecot.spec
diff -u packages/dovecot/dovecot.spec:1.121 packages/dovecot/dovecot.spec:1.122
--- packages/dovecot/dovecot.spec:1.121	Tue Oct  6 11:41:11 2009
+++ packages/dovecot/dovecot.spec	Wed Nov  4 23:15:56 2009
@@ -12,7 +12,7 @@
 Summary(pl.UTF-8):	Serwer IMAP i POP3 pisany głównie z myślą o bezpieczeństwie
 Name:		dovecot
 Version:	1.2.6
-Release:	1
+Release:	2
 Epoch:		1
 License:	MIT (libraries), LGPL v2.1 (the rest)
 Group:		Networking/Daemons
@@ -145,7 +145,7 @@
 	--disable-static \
 	%{?debug:--enable-debug} \
 	--enable-header-install \
-	%{?with_ldap:--with-ldap=plugin} \
+	%{?with_ldap:--with-ldap=yes} \
 	%{?with_mysql:--with-mysql} \
 	%{?with_pgsql:--with-pgsql} \
 	%{?with_sqlite:--with-sqlite} \
@@ -264,8 +264,8 @@
 %attr(755,root,root) %{_libdir}/%{name}/threadview
 %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/auth
+#%attr(755,root,root)%{_libdir}/%{name}/plugins/auth/*.so
 %dir %{_libdir}/%{name}/plugins/imap
 %attr(755,root,root)%{_libdir}/%{name}/plugins/imap/*.so
 %dir %{_libdir}/%{name}/plugins/lda
@@ -287,6 +287,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.122  2009/11/04 22:15:56  areq
+- --with-ldap=yes instead of plugin ( with plugin I can't get it to work)
+- release 2
+
 Revision 1.121  2009/10/06 09:41:11  dzeus
 - up to 1.2.6
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dovecot/dovecot.spec?r1=1.121&r2=1.122&f=u



More information about the pld-cvs-commit mailing list