rpms/dovecot/F-13 dovecot.spec,1.163,1.164

Michal Hlavinka mhlavink at fedoraproject.org
Mon May 31 11:10:02 UTC 2010


Author: mhlavink

Update of /cvs/pkgs/rpms/dovecot/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21766

Modified Files:
	dovecot.spec 
Log Message:
* Mon May 31 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.11-4
- build with Solr full text search support (#595933)



Index: dovecot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/F-13/dovecot.spec,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -p -r1.163 -r1.164
--- dovecot.spec	24 Mar 2010 07:52:19 -0000	1.163
+++ dovecot.spec	31 May 2010 11:10:01 -0000	1.164
@@ -2,7 +2,7 @@ Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
 Version: 1.2.11
-Release: 3%{?dist}
+Release: 4%{?dist}
 #dovecot itself is MIT, a few sources are PD, (manage)sieve is LGPLv2, perfect_maildir.pl is GPLv2+
 License: MIT and LGPLv2 and GPLv2+
 Group: System Environment/Daemons
@@ -50,6 +50,7 @@ BuildRequires: postgresql-devel
 BuildRequires: mysql-devel
 BuildRequires: openldap-devel
 BuildRequires: krb5-devel
+BuildRequires: libcurl-devel
 
 # gettext-devel is needed for running autoconf because of the
 # presence of AM_ICONV
@@ -133,7 +134,8 @@ autoreconf -i -f
     --with-ssldir=%{ssldir}      \
     --with-ldap=plugin           \
     --with-gssapi=plugin         \
-    --without-bzlib
+    --without-bzlib              \
+    --with-solr
 
 #mbox bzip2 suport is disabled because it does not work and upstream
 #does not plan to fix it in 1.2.x
@@ -354,6 +356,9 @@ fi
 
 
 %changelog
+* Mon May 31 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.11-4
+- build with Solr full text search support (#595933)
+
 * Tue Mar 23 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.11-3
 - reverting last change, mbox bzip2 support is broken and upstream does
   not plan to fix it in dovecot 1.2 



More information about the scm-commits mailing list