X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=tcpdump.spec;h=d0db7dcac04a135428564bdbd090b256b31a314e;hb=b0df6948a10688dc9ce56db12f2e77966ce0ce34;hp=6fc8c50694bdf61e998cd2ae86a4b22f39254285;hpb=622a018ae57a7a502ee23a0048084f95bec0a4e2;p=packages%2Ftcpdump.git diff --git a/tcpdump.spec b/tcpdump.spec index 6fc8c50..d0db7dc 100644 --- a/tcpdump.spec +++ b/tcpdump.spec @@ -1,3 +1,6 @@ +# Conditional Build: +%bcond_without libsmi # Build without SMI support +# Summary: dumps packets that are sent or received over a network interface Summary(de): deponiert Pakete, die über eine Netzwerkschnittstelle gesandt oder empfangen werden Summary(es): Enseña los paquetes que son enviados o recibidos a través de una interface de red @@ -8,19 +11,17 @@ Summary(ru): Summary(tr): Bir að arabirimi üzerinden gelen ya da giden paketleri listeler Summary(uk): ¶ÎÓÔÒÕÍÅÎÔ ÄÌÑ ÍÏΦÔÏÒÉÎÇÕ ÍÅÒÅÖÅ×ÏÇÏ ÔÒÁƦËÕ Name: tcpdump -Version: 3.7.1 -Release: 2 +Version: 3.8.1 +Release: 1 Epoch: 1 License: BSD Group: Applications/Networking Source0: http://www.tcpdump.org/release/%{name}-%{version}.tar.gz +# Source0-md5: 9edcf0d7f526f0f03138286959ccc802 URL: http://www.tcpdump.org/ -Patch0: %{name}-ssl.patch -Patch1: %{name}-no-libsmi.patch -Patch2: %{name}-snaplen.patch BuildRequires: libpcap-devel >= 2:0.6.1 -%{!?_without_libsmi:BuildRequires: libsmi-devel} -BuildRequires: openssl-devel >= 0.9.6a +%{?with_libsmi:BuildRequires: libsmi-devel} +BuildRequires: openssl-devel >= 0.9.7c BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -65,10 +66,7 @@ Tcpdump ÂÅÚÐÅËÉ. %prep -%setup -q -n %{name}-%{version} -%patch0 -p1 -%{!?_without_libsmi:#}%patch1 -p1 -%patch2 -p1 +%setup -q %build %configure2_13 \