]> git.pld-linux.org Git - packages/bircd.git/commitdiff
- added bcond for crypted operators passwords in config file auto/ac/bircd-2_0_3rc6-4
authordomelu <domelu@pld-linux.org>
Sun, 12 Sep 2004 20:49:45 +0000 (20:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bircd.spec -> 1.10

bircd.spec

index 93bee3cd0f7daf33c3a2c2dbc75ac49eee813aa2..9e2f73f2f5c3292861e076b3489dd80ddd8305c3 100644 (file)
@@ -1,12 +1,13 @@
 #
 # Conditional build
 %bcond_with    smode   # build with /smode command support
+%bcond_with    crypt   # build with crypted passwords support
 #
 Summary:       Internet Relay Chat Server
 Summary(pl):   Serwer IRC (Internet Relay Chat)
 Name:          bircd
 Version:       2.0.3rc6
-Release:       3
+Release:       4
 License:       GPL
 Group:         Daemons
 Source0:       http://www.onthanet.nl/~borg/download/%{name}%{version}.tgz
@@ -18,6 +19,7 @@ Patch0:               %{name}-makefile.patch
 Patch1:                %{name}-config.patch
 Patch2:                %{name}-fix.patch
 Patch3:                %{name}-smode.patch
+Patch4:                %{name}-crypt.patch
 URL:           http://www.onthanet.nl/~borg/
 BuildRequires: rpmbuild(macros) >= 1.159
 PreReq:                rc-scripts
@@ -55,6 +57,7 @@ IPv6.
 %patch1 -p1
 %patch2 -p1
 %{?with_smode:%patch3 -p1}
+%{?with_crypt:%patch4 -p1}
 
 %build
 ./Config
This page took 0.04936 seconds and 4 git commands to generate.