SPECS: curl.spec - unify kerberos5 bconds

baggins baggins at pld-linux.org
Sun Apr 1 00:51:17 CEST 2007


Author: baggins                      Date: Sat Mar 31 22:51:17 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unify kerberos5 bconds

---- Files affected:
SPECS:
   curl.spec (1.128 -> 1.129) 

---- Diffs:

================================================================
Index: SPECS/curl.spec
diff -u SPECS/curl.spec:1.128 SPECS/curl.spec:1.129
--- SPECS/curl.spec:1.128	Sat Mar 31 23:14:40 2007
+++ SPECS/curl.spec	Sun Apr  1 00:51:12 2007
@@ -4,7 +4,7 @@
 %bcond_with	ares	# with c-ares (asynchronous DNS operations) library (disables IPv6)
 %bcond_without	ssh	# without SSH support
 %bcond_without	ssl	# without SSL support
-%bcond_without	krb5	# without MIT Kerberos 5 support
+%bcond_without	kerberos5	# without MIT Kerberos 5 support
 #
 Summary:	A utility for getting files from remote servers (FTP, HTTP, and others)
 Summary(es.UTF-8):	Un cliente para bajar archivos de servidores (FTP, HTTP, y otros)
@@ -25,7 +25,7 @@
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
 %{?with_ares:BuildRequires:	c-ares-devel}
-%{?with_krb5:BuildRequires:	krb5-devel}
+%{?with_kerberos5:BuildRequires:	krb5-devel}
 BuildRequires:	libidn-devel >= 0.4.1
 %{?with_ssh:BuildRequires:	libssh2-devel}
 BuildRequires:	libtool
@@ -106,7 +106,7 @@
 Group:		Development/Libraries
 Requires:	%{name}-libs = %{version}-%{release}
 %{?with_ares:Requires:	c-ares-devel}
-%{?with_krb5:Requires:	krb5-devel}
+%{?with_kerberos5:Requires:	krb5-devel}
 Requires:	libidn-devel >= 0.4.1
 %{?with_ssl:Requires:	openssl-devel >= 0.9.7c}
 Requires:	zlib-devel
@@ -169,7 +169,7 @@
 %configure \
 	%{?with_ssl:--with-ssl=%{_prefix}} \
 	%{?with_ssl:--with-ca-bundle=/usr/share/ssl/ca-bundle.crt} \
-	%{?with_krb5:--with-gssapi=%{_prefix}} \
+	%{?with_kerberos5:--with-gssapi=%{_prefix}} \
 	%{?with_ares:--enable-ares=%{_prefix}} \
 	--%{?with_ares:dis}%{!?with_ares:en}able-ipv6
 
@@ -218,6 +218,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.129  2007/03/31 22:51:12  baggins
+- unify kerberos5 bconds
+
 Revision 1.128  2007/03/31 21:14:40  baggins
 - rel 2
 - s/heimdal/krb5/
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/curl.spec?r1=1.128&r2=1.129&f=u



More information about the pld-cvs-commit mailing list