Author: baggins Date: Sat Mar 31 22:55:44 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2 - unified kerberos bconds - use krb5 instead of shishi
---- Files affected: SPECS: gsasl.spec (1.34 -> 1.35) ---- Diffs: ================================================================ Index: SPECS/gsasl.spec diff -u SPECS/gsasl.spec:1.34 SPECS/gsasl.spec:1.35 --- SPECS/gsasl.spec:1.34 Tue Feb 13 08:16:47 2007 +++ SPECS/gsasl.spec Sun Apr 1 00:55:38 2007 @@ -2,7 +2,7 @@ # # Conditional build: %bcond_without gss # without GSSAPI mechanism -%bcond_without krbv5 # without KERBEROS_V5 mechanism +%bcond_without kerberos5 # without KERBEROS_V5 mechanism %bcond_without ntlm # without NTLM mechanism %bcond_without static_libs # don't build static libraries # @@ -10,7 +10,7 @@ Summary(pl.UTF-8): GNU SASL - implementacja Simple Authentication and Security Layer Name: gsasl Version: 0.2.15 -Release: 1 +Release: 2 License: GPL Group: Libraries Source0: http://josefsson.org/gsasl/releases/%{name}-%{version}.tar.gz @@ -28,8 +28,8 @@ %{?with_ntlm:BuildRequires: libntlm-devel >= 0.3.5} BuildRequires: libtool >= 2:1.5 BuildRequires: pkgconfig -# alternatively, krb5 or heimdal could be used for GSSAPI and KERBEROS_V5 -%{?with_krbv5:BuildRequires: shishi-devel >= 0.0.0} +# alternatively, shishi or heimdal could be used for GSSAPI and KERBEROS_V5 +%{?with_kerberos5:BuildRequires: krb5-devel} BuildRequires: texinfo Requires(post,postun): /sbin/ldconfig %{?with_ntlm:Requires: libntlm >= 0.3.5} @@ -85,7 +85,7 @@ Requires: libgcrypt-devel >= 1.1.42 Requires: libidn-devel >= 0.1.0 %{?with_ntlm:Requires: libntlm-devel >= 0.3.5} -%{?with_krbv5:Requires: shishi-devel >= 0.0.0} +%{?with_kerberos5:Requires: krb5-devel} Obsoletes: libgsasl-devel %description devel @@ -128,7 +128,7 @@ %configure \ --enable-gtk-doc \ %{!?with_gss:--disable-gssapi} \ - %{!?with_krbv5:--disable-kerberos_v5} \ + %{!?with_kerberos5:--disable-kerberos_v5} \ %{!?with_ntlm:--disable-ntlm} \ %{!?with_static_libs:--disable-static} \ --with-html-dir=%{_gtkdocdir} \ @@ -187,6 +187,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.35 2007/03/31 22:55:38 baggins +- rel 2 +- unified kerberos bconds +- use krb5 instead of shishi + Revision 1.34 2007/02/13 07:16:47 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gsasl.spec?r1=1.34&r2=1.35&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
