]> git.pld-linux.org Git - packages/eggdrop.git/commitdiff
- added patch that provides IPv6 support.
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 5 Mar 2003 11:16:17 +0000 (11:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed unnecessary comments (#source0).
- fixed url.
- hold your breath, more goodies are about to come.
- release 2.

Changed files:
    eggdrop.spec -> 1.34

eggdrop.spec

index 38b4d527469082598b7486d48407b9738c0b37f9..a8b3e89e0604833ad05b35da63aa874fe64174ea 100644 (file)
@@ -2,14 +2,14 @@ Summary:      Eggdrop is an IRC bot, written in C
 Summary(pl):   Eggdrop jest botem IRC napisanym w C
 Name:          eggdrop
 Version:       1.6.13
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Communications
-#Source0:      http://www.eggdropsrus.co.uk/downloads/eggdrop/%{name}%{version}.tar.gz
-#Source0:      http://ving.edunet.pl/files/%{name}%{version}.tar.gz
 Source0:       ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/%{name}%{version}.tar.gz
 Patch0:                %{name}-FHS.patch
-URL:           http://www.eggdrop.net/
+# Unofficial IPv6 patch
+Patch1:                http://www.egghelp.org/files/patches/%{name}%{version}+ipv6.patch.gz
+URL:           http://www.eggheads.org/
 Requires:      tcl
 BuildRequires: tcl-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -33,6 +33,7 @@ wiele dodatk
 %prep
 %setup -q -n %{name}%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 export CFLAGS="%{rpmcflags}"
This page took 0.044359 seconds and 4 git commands to generate.