packages: ekg2/ekg2.spec - added bcond_with irckeepalive (adds patch that c...

marti marti at pld-linux.org
Tue Jul 5 09:45:22 CEST 2011


Author: marti                        Date: Tue Jul  5 07:45:22 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added bcond_with irckeepalive (adds patch that check irc connection and disconnect when server dies)

---- Files affected:
packages/ekg2:
   ekg2.spec (1.147 -> 1.148) 

---- Diffs:

================================================================
Index: packages/ekg2/ekg2.spec
diff -u packages/ekg2/ekg2.spec:1.147 packages/ekg2/ekg2.spec:1.148
--- packages/ekg2/ekg2.spec:1.147	Fri Jun  3 18:29:01 2011
+++ packages/ekg2/ekg2.spec	Tue Jul  5 09:45:17 2011
@@ -21,14 +21,15 @@
 %bcond_without	sqlite3			# don't build logsqlite plugin based on sqlite3
 %bcond_with	xosd			# don't build xosd plugin
 %bcond_with	git			# checkout git master instead of Source0 - requested by ekg2 developer
+%bcond_with	irckeepalive		# adds patch that check irc connection and disconnect when server dies
 
 %if %{with git}
 %define		subver git.%(date +%Y%m%d)
 %else
-%define		subver 20110603
+%define		subver 20110703
 %endif
 
-%define		rel 1
+%define		rel 2
 
 %if %{with sqlite}
 %undefine sqlite3
@@ -49,6 +50,7 @@
 Patch0:		%{name}-perl-install.patch
 Patch1:		%{name}-gtk.patch
 Patch2:		%{name}-bug-63.patch
+Patch3:		%{name}-keepalive_irc.patch
 URL:		http://ekg2.org/
 %{?with_aspell:BuildRequires:	aspell-devel}
 BuildRequires:	autoconf
@@ -346,6 +348,10 @@
 %patch1 -p1
 %patch2 -p0
 
+%if %{with irckeepalive}
+%patch3 -p1
+%endif
+
 
 touch po/Makefile.in.in
 find -name *.c > po/POTFILES.in
@@ -555,6 +561,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.148  2011/07/05 07:45:17  marti
+- added bcond_with irckeepalive (adds patch that check irc connection and disconnect when server dies)
+
 Revision 1.147  2011/06/03 16:29:01  marti
 - up to 20110603
 - fixes some major problems with encoding/decoding chars
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ekg2/ekg2.spec?r1=1.147&r2=1.148&f=u



More information about the pld-cvs-commit mailing list