]> git.pld-linux.org Git - packages/ekg2.git/commitdiff
- added bcond_with irckeepalive (adds patch that check irc connection and disconnect... auto/ti/ekg2-0_4-0_20110703_2
authormarti <marti@pld-linux.org>
Tue, 5 Jul 2011 07:45:17 +0000 (07:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ekg2.spec -> 1.148

ekg2.spec

index d629c053cb321cf394767b612f169967e3267dac..a47aa7eaa47adebaa78bb4668f217490f1a8d34c 100644 (file)
--- a/ekg2.spec
+++ b/ekg2.spec
 %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
@@ -48,6 +49,7 @@ Source0:      https://github.com/leafnode/ekg2/tarball/master#/%{name}-%{subver}.tar.
 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
@@ -345,6 +347,10 @@ mv leafnode-ekg2-*/* .
 %patch1 -p1
 %patch2 -p0
 
+%if %{with irckeepalive}
+%patch3 -p1
+%endif
+
 
 touch po/Makefile.in.in
 find -name *.c > po/POTFILES.in
This page took 0.080384 seconds and 4 git commands to generate.