From c702686fe0b4df8b9aa8cce23546b208f48c4b23 Mon Sep 17 00:00:00 2001 From: hawk Date: Thu, 9 Sep 2004 20:42:09 +0000 Subject: [PATCH] - added bcond for enabling server mode command in bircd Changed files: bircd.spec -> 1.9 --- bircd.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bircd.spec b/bircd.spec index 0572688..93bee3c 100644 --- a/bircd.spec +++ b/bircd.spec @@ -1,8 +1,12 @@ +# +# Conditional build +%bcond_with smode # build with /smode command support +# Summary: Internet Relay Chat Server Summary(pl): Serwer IRC (Internet Relay Chat) Name: bircd Version: 2.0.3rc6 -Release: 2 +Release: 3 License: GPL Group: Daemons Source0: http://www.onthanet.nl/~borg/download/%{name}%{version}.tgz @@ -13,6 +17,7 @@ Source3: %{name}.logrotate Patch0: %{name}-makefile.patch Patch1: %{name}-config.patch Patch2: %{name}-fix.patch +Patch3: %{name}-smode.patch URL: http://www.onthanet.nl/~borg/ BuildRequires: rpmbuild(macros) >= 1.159 PreReq: rc-scripts @@ -49,6 +54,7 @@ IPv6. %patch0 -p1 %patch1 -p1 %patch2 -p1 +%{?with_smode:%patch3 -p1} %build ./Config -- 2.44.0