Author: baggins Date: Sat Mar 31 22:25:25 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2 - s/heimdal/krb5/
---- Files affected: SPECS: wireshark.spec (1.173 -> 1.174) ---- Diffs: ================================================================ Index: SPECS/wireshark.spec diff -u SPECS/wireshark.spec:1.173 SPECS/wireshark.spec:1.174 --- SPECS/wireshark.spec:1.173 Thu Mar 29 22:14:56 2007 +++ SPECS/wireshark.spec Sun Apr 1 00:25:20 2007 @@ -2,7 +2,7 @@ # # Conditional build: %bcond_with gtk1 # build gtk+1 (not gtk+2) based wireshark binary -%bcond_without krb5 # build without kerberos5 support (via heimdal) +%bcond_without kerberos5 # build without Kerberos V support %bcond_without snmp # build without snmp support # Summary: Network traffic and protocol analyzer @@ -13,7 +13,7 @@ Summary(uk.UTF-8): Аналізатор мережевого трафіку Name: wireshark Version: 0.99.5 -Release: 1 +Release: 2 License: GPL Group: Networking Source0: http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2 @@ -34,7 +34,7 @@ %else BuildRequires: gtk+2-devel >= 1:2.0.0 %endif -%{?with_krb5:BuildRequires: heimdal-devel >= 0.7} +%{?with_kerberos5:BuildRequires: krb5-devel} BuildRequires: libgcrypt-devel >= 1.1.42 BuildRequires: libpcap-devel >= 0.4 BuildRequires: libtool @@ -237,7 +237,7 @@ --enable-dftest \ --enable-threads \ %{!?with_gtk1:--enable-gtk2} \ -%if %{with krb5} +%if %{with kerberos5} --with-krb5 \ --with-ssl \ %endif @@ -334,6 +334,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.174 2007/03/31 22:25:20 baggins +- rel 2 +- s/heimdal/krb5/ + Revision 1.173 2007/03/29 20:14:56 qboosh - fixed gnutls version, ac >= 2.52 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/wireshark.spec?r1=1.173&r2=1.174&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
