]> git.pld-linux.org Git - packages/eggdrop.git/commitdiff
- fix build
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 3 Jun 2014 11:13:16 +0000 (13:13 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 3 Jun 2014 11:13:16 +0000 (13:13 +0200)
eggdrop.spec

index 402dc541a63aae7cd72e06dfeb562d0151e4e287..4e477c568c8c36b78eeb18a9e262788e3f94b289 100644 (file)
@@ -9,7 +9,7 @@ Summary(pt_BR.UTF-8):   Bot de IRC escrito em C
 Summary(ru.UTF-8):     Eggdrop, это IRC-бот написанный на языке C.
 Name:          eggdrop
 Version:       1.6.21
-Release:       0.6
+Release:       0.7
 License:       GPL v2
 Group:         Applications/Communications
 Source0:       ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/%{name}%{version}.tar.bz2
@@ -68,6 +68,7 @@ Patch8:               %{name}-nohostwhowhom.patch
 Patch9:                %{name}-nmu.patch
 Patch10:       %{name}-ipv6-ssl.patch
 Patch11:       ssl-md5.patch
+Patch12:       %{name}-build.patch
 URL:           http://www.eggheads.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -179,6 +180,8 @@ patch -p1 < eggdrop1.6.19-sp.0009.diff || exit 1
 %patch11 -p1
 %endif
 
+%patch12 -p1
+
 # detect threaded tcl version
 sed -i -e 's#TclpFinalizeThreadData#Tcl_FinalizeThread#g' acinclude.m4
 
This page took 0.089282 seconds and 4 git commands to generate.