]> git.pld-linux.org Git - packages/wireshark.git/commitdiff
- rel 2 auto/th/wireshark-0_99_5-2
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 31 Mar 2007 22:25:20 +0000 (22:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- s/heimdal/krb5/

Changed files:
    wireshark.spec -> 1.174

wireshark.spec

index c0043c320382d1687fde133c1f55ee88363d0608..d2909540429bf3f60f6e6639b287749bf5d24660 100644 (file)
@@ -1,7 +1,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
@@ -12,7 +12,7 @@ Summary(ru.UTF-8):    Анализатор сетевого траффика
 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
@@ -33,7 +33,7 @@ BuildRequires:        gtk+-devel >= 1.2
 %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
@@ -236,7 +236,7 @@ cd ..
        --enable-dftest \
        --enable-threads \
        %{!?with_gtk1:--enable-gtk2} \
-%if %{with krb5}
+%if %{with kerberos5}
        --with-krb5 \
        --with-ssl \
 %endif
This page took 0.237159 seconds and 4 git commands to generate.