rpms/znc/F-11 znc.spec,1.3,1.4

Nick Bebout nb at fedoraproject.org
Thu Jul 23 02:55:33 UTC 2009


Author: nb

Update of /cvs/pkgs/rpms/znc/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7612

Modified Files:
	znc.spec 
Log Message:
Fixing configure options in spec file



Index: znc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/znc/F-11/znc.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- znc.spec	23 Jul 2009 02:02:58 -0000	1.3
+++ znc.spec	23 Jul 2009 02:55:32 -0000	1.4
@@ -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 <nb at fedoraproject.org> - 0.072-2
+* Wed Jul 22 2009 Nick Bebout <nb at fedoraproject.org> - 0.072-3
+- Fix date in changelog, disable c-ares
+* Wed Jul 22 2009 Nick Bebout <nb at fedoraproject.org> - 0.072-2
 - Backport patch to fix webadmin skins issue introduced in 0.072
 * Wed Jul 22 2009 Nick Bebout <nb at fedoraproject.org> - 0.072-1
 - Upgrade to 0.072 of ZNC, fixes security issue in bug # 513152




More information about the fedora-extras-commits mailing list