Author: arekm                        Date: Fri Jun  2 09:12:52 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- libevent support; highly experimental

---- Files affected:
SPECS:
   tpop3d.spec (1.72 -> 1.73) 

---- Diffs:

================================================================
Index: SPECS/tpop3d.spec
diff -u SPECS/tpop3d.spec:1.72 SPECS/tpop3d.spec:1.73
--- SPECS/tpop3d.spec:1.72      Mon Mar 27 14:41:17 2006
+++ SPECS/tpop3d.spec   Fri Jun  2 11:12:47 2006
@@ -12,6 +12,7 @@
 %bcond_without gdbm            # without gdbm auth db
 %bcond_without snide           # without snide server responses
 %bcond_with    skipgetpwcheck  # with getpwuid returned struct check ommited 
(see patch for details)
+%bcond_with    libevent        # libevent instead of select; very experimental
 #
 Summary:       POP3 server
 Summary(pl):   Serwer POP3
@@ -32,10 +33,12 @@
 Patch4:                %{name}-disable-dotfile-locking.patch
 Patch5:                %{name}-sql-getpwuid-optional.patch
 Patch6:                %{name}-loglevel.patch
+Patch7:                %{name}-libevent.patch
 URL:           http://www.ex-parrot.com/~chris/tpop3d/
 BuildRequires: autoconf
 BuildRequires: automake
 %{?with_gdbm:BuildRequires:    gdbm-devel}
+%{?with_libevent:BuildRequires:        libevent-devel}
 %{?with_mysql:BuildRequires:   mysql-devel}
 %{?with_ldap:BuildRequires:    openldap-devel >= 2.3.0}
 %{?with_ssl:BuildRequires:     openssl-devel >= 0.9.7d}
@@ -126,6 +129,9 @@
 %patch5 -p0
 %endif
 %patch6 -p1
+%if %{with libevent}
+%patch7 -p1
+%endif
 
 %build
 %{__aclocal}
@@ -193,6 +199,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.73  2006/06/02 09:12:47  arekm
+- libevent support; highly experimental
+
 Revision 1.72  2006/03/27 12:41:17  glen
 - rel 23 (libmysqlclient_15)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/tpop3d.spec?r1=1.72&r2=1.73&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to