Author: shadzik Date: Fri Jan 25 19:24:28 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - add patch5 - rel 2
---- Files affected: SPECS: ejabberd.spec (1.34 -> 1.35) ---- Diffs: ================================================================ Index: SPECS/ejabberd.spec diff -u SPECS/ejabberd.spec:1.34 SPECS/ejabberd.spec:1.35 --- SPECS/ejabberd.spec:1.34 Tue Sep 25 18:20:27 2007 +++ SPECS/ejabberd.spec Fri Jan 25 20:24:22 2008 @@ -2,12 +2,13 @@ # # Conditional build: %bcond_with pam # PAM authentication support +%bcond_with logdb # enable mod_logdb (server-side message logging) # Summary: Fault-tolerant distributed Jabber/XMPP server Summary(pl.UTF-8): Odporny na awarie rozproszony serwer Jabbera/XMPP Name: ejabberd Version: 1.1.4 -Release: 1 +Release: 2 License: GPL Group: Applications/Communications Source0: http://www.process-one.net/en/projects/ejabberd/download/%{version}/%{name}-%{version}.tar.gz @@ -22,6 +23,7 @@ Patch2: %{name}-mod_muc.patch Patch3: %{name}-auth_pam.patch Patch4: %{name}-show_certificate_chain.patch +Patch5: %{name}-mod_logdb.patch URL: http://ejabberd.jabber.ru/ BuildRequires: autoconf BuildRequires: erlang >= R9C @@ -59,6 +61,9 @@ %patch3 -p0 %endif %patch4 -p1 +%if %{with logdb} +%patch5 -p0 +%endif %build cd src @@ -127,7 +132,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.34 2007-09-25 16:20:27 shadzik +Revision 1.35 2008-01-25 19:24:22 shadzik +- add patch5 +- rel 2 + +Revision 1.34 2007/09/25 16:20:27 shadzik - 1.1.4 Revision 1.33 2007/08/26 18:01:22 deejay1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ejabberd.spec?r1=1.34&r2=1.35&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
