|
|
@@ -32,12 +32,11 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [BASE]
|
|
|
Group: Network
|
|
|
License: GPL
|
|
|
-Version: 3.7.2
|
|
|
-Release: 20031023
|
|
|
+Version: 3.8.1
|
|
|
+Release: 20031230
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.tcpdump.org/release/tcpdump-%{version}.tar.gz
|
|
|
-Patch0: tcpdump.patch
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -50,11 +49,12 @@ AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
%description
|
|
|
- Tcpdump is a real-time dumping tool for network packets.
|
|
|
+ Tcpdump is a real-time network packet capturing and dumping tool.
|
|
|
+ Despite its historical name, it is a general purpose network tool,
|
|
|
+ not just usable for TCP packets.
|
|
|
|
|
|
%prep
|
|
|
- %setup -q
|
|
|
- %patch -p0
|
|
|
+ %setup -q -c
|
|
|
%{l_shtool} subst -e 's;des_;DES_;g' configure
|
|
|
|
|
|
%build
|