From fd08392c14a1711899f6d77a07886a882cb6b8a2 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Thu, 23 Jul 2009 02:53:18 +0000 Subject: [PATCH] Fixing configure options in spec --- znc.spec | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/znc.spec b/znc.spec index f33edec..fe624c2 100644 --- a/znc.spec +++ b/znc.spec @@ -1,7 +1,7 @@ Summary: An advanced IRC bouncer Name: znc Version: 0.072 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 with exceptions Group: System Environment/Daemons URL: http://znc.sf.net/ @@ -12,11 +12,6 @@ BuildRequires: perl BuildRequires: openssl-devel >= 0.9.8 BuildRequires: cyrus-sasl-devel -# the c-ares part of ZNC does not work on EPEL -# because the EPEL c-ares-devel does not install -# the .pc file for it -%{?fedora:BuildRequires: c-ares-devel} - # The following line is necessary because this module # is needed for Fedora, but not for EPEL. %{?fedora:BuildRequires: perl-ExtUtils-Embed} @@ -45,8 +40,7 @@ chmod -x modules/q.cpp %build %configure \ --with-module-prefix=%{_libdir}/znc \ -%{!?fedora:--disable-c-ares \} - --enable-ipv6 --enable-sasl + --enable-ipv6 --enable-sasl --disable-c-ares %__make %{?_smp_mflags} %install @@ -72,7 +66,9 @@ chmod -x modules/q.cpp %{_includedir}/znc/ %changelog -* Web Jul 22 2009 Nick Bebout - 0.072-2 +* Wed Jul 22 2009 Nick Bebout - 0.072-3 +- Fix date in changelog, disable c-ares +* Wed Jul 22 2009 Nick Bebout - 0.072-2 - Backport patch to fix webadmin skins issue introduced in 0.072 * Wed Jul 22 2009 Nick Bebout - 0.072-1 - Upgrade to 0.072 of ZNC, fixes security issue in bug # 513152