]> git.pld-linux.org Git - packages/tcpdump.git/commitdiff
- updated to 3.8.1
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 1 Jan 2004 20:41:48 +0000 (20:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- new style bcond
- documented libsmi bcond
- removed -ssl patch

Changed files:
    tcpdump.spec -> 1.53

tcpdump.spec

index 10a389cc48e8991e0f5497a189ed40309f518eb9..d0db7dcac04a135428564bdbd090b256b31a314e 100644 (file)
@@ -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,17 +11,16 @@ Summary(ru): 
 Summary(tr):   Bir að arabirimi üzerinden gelen ya da giden paketleri listeler
 Summary(uk):   ¶ÎÓÔÒÕÍÅÎÔ ÄÌÑ ÍÏΦÔÏÒÉÎÇÕ ÍÅÒÅÖÅ×ÏÇÏ ÔÒÁƦËÕ
 Name:          tcpdump
-Version:       3.7.2
-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: 1e44b59abba39a48e3680bc2cffb8a6a
+# Source0-md5: 9edcf0d7f526f0f03138286959ccc802
 URL:           http://www.tcpdump.org/
-Patch0:                %{name}-ssl.patch
 BuildRequires: libpcap-devel >= 2:0.6.1
-%{!?_without_libsmi:BuildRequires:     libsmi-devel}
+%{?with_libsmi:BuildRequires:  libsmi-devel}
 BuildRequires: openssl-devel >= 0.9.7c
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -65,7 +67,6 @@ Tcpdump 
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure2_13 \
This page took 0.106062 seconds and 4 git commands to generate.