SPECS: tpop3d.spec - poll bcond
arekm
arekm at pld-linux.org
Thu Jun 22 17:46:10 CEST 2006
Author: arekm Date: Thu Jun 22 15:46:10 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- poll bcond
---- Files affected:
SPECS:
tpop3d.spec (1.74 -> 1.75)
---- Diffs:
================================================================
Index: SPECS/tpop3d.spec
diff -u SPECS/tpop3d.spec:1.74 SPECS/tpop3d.spec:1.75
--- SPECS/tpop3d.spec:1.74 Sun Jun 18 18:44:20 2006
+++ SPECS/tpop3d.spec Thu Jun 22 17:46:05 2006
@@ -13,6 +13,7 @@
%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
+%bcond_with poll # use poll; little experimental
#
Summary: POP3 server
Summary(pl): Serwer POP3
@@ -34,6 +35,7 @@
Patch5: %{name}-sql-getpwuid-optional.patch
Patch6: %{name}-loglevel.patch
Patch7: %{name}-libevent.patch
+Patch8: %{name}-poll.patch
URL: http://www.ex-parrot.com/~chris/tpop3d/
BuildRequires: autoconf
BuildRequires: automake
@@ -129,6 +131,9 @@
%if %{with libevent}
%patch7 -p1
%endif
+%if %{with poll}
+%patch8 -p1
+%endif
%build
%{__aclocal}
@@ -196,6 +201,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.75 2006/06/22 15:46:05 arekm
+- poll bcond
+
Revision 1.74 2006/06/18 16:44:20 areq
- remove Obsoletes solid-pop3d
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/tpop3d.spec?r1=1.74&r2=1.75&f=u
More information about the pld-cvs-commit
mailing list