Author: baggins Date: Sat Mar 31 21:14:45 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2 - s/heimdal/krb5/ - removed obsolete heimdal patch
---- Files affected: SPECS: curl.spec (1.127 -> 1.128) ---- Diffs: ================================================================ Index: SPECS/curl.spec diff -u SPECS/curl.spec:1.127 SPECS/curl.spec:1.128 --- SPECS/curl.spec:1.127 Mon Feb 12 22:23:52 2007 +++ SPECS/curl.spec Sat Mar 31 23:14:40 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 heimdal # without HEIMDAL support +%bcond_without krb5 # 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) @@ -14,19 +14,18 @@ Summary(uk.UTF-8): Утиліта для отримання файлів з серверів FTP, HTTP та інших Name: curl Version: 7.16.1 -Release: 1 +Release: 2 License: MIT-like Group: Applications/Networking Source0: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2 # Source0-md5: acdab0b0467c55e10ed02d2afed80575 Patch0: %{name}-no_strip.patch Patch1: %{name}-ac.patch -Patch2: %{name}-heimdal.patch URL: http://curl.haxx.se/ BuildRequires: autoconf >= 2.57 BuildRequires: automake %{?with_ares:BuildRequires: c-ares-devel} -%{?with_heimdal:BuildRequires: heimdal-devel >= 0.7} +%{?with_krb5:BuildRequires: krb5-devel} BuildRequires: libidn-devel >= 0.4.1 %{?with_ssh:BuildRequires: libssh2-devel} BuildRequires: libtool @@ -107,7 +106,7 @@ Group: Development/Libraries Requires: %{name}-libs = %{version}-%{release} %{?with_ares:Requires: c-ares-devel} -%{?with_heimdal:Requires: heimdal-devel} +%{?with_krb5:Requires: krb5-devel} Requires: libidn-devel >= 0.4.1 %{?with_ssl:Requires: openssl-devel >= 0.9.7c} Requires: zlib-devel @@ -160,7 +159,6 @@ %setup -q %patch0 -p1 %patch1 -p1 -%{?with_heimdal:%patch2 -p0} %build %{__libtoolize} @@ -171,7 +169,7 @@ %configure \ %{?with_ssl:--with-ssl=%{_prefix}} \ %{?with_ssl:--with-ca-bundle=/usr/share/ssl/ca-bundle.crt} \ - %{?with_heimdal:--with-gssapi=%{_prefix}} \ + %{?with_krb5:--with-gssapi=%{_prefix}} \ %{?with_ares:--enable-ares=%{_prefix}} \ --%{?with_ares:dis}%{!?with_ares:en}able-ipv6 @@ -220,6 +218,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.128 2007/03/31 21:14:40 baggins +- rel 2 +- s/heimdal/krb5/ +- removed obsolete heimdal patch + Revision 1.127 2007/02/12 21:23:52 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/curl.spec?r1=1.127&r2=1.128&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
