]> git.pld-linux.org Git - packages/tcpreplay.git/commitdiff
- up to 4.3.4 master auto/th/tcpreplay-4.3.4-1
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 15 May 2021 21:47:42 +0000 (23:47 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 15 May 2021 21:47:42 +0000 (23:47 +0200)
tcpreplay.spec

index 3f452919cf431049da31e922122992d7bca28db3..7beb4b4d4e72d3563de1f40ee9eb6af6c7687a4f 100644 (file)
@@ -1,17 +1,17 @@
 Summary:       Replay captured network traffic
 Name:          tcpreplay
-Version:       4.3.2
-Release:       2
+Version:       4.3.4
+Release:       1
 License:       GPL v3
 Group:         Applications/Networking
 Source0:       https://github.com/appneta/tcpreplay/releases/download/v%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 084d6162a01a0be2cd61624f010002a0
+# Source0-md5: d11673863c88a1f4607a9a8761c8e6e8
 Patch0:                x32.patch
 URL:           http://tcpreplay.appneta.com/
 BuildRequires: libdnet-devel
 BuildRequires: libpcap-devel >= 0.8.0
 BuildRequires: tcpdump
-Requires:      /usr/sbin/tcpdump
+Requires:      /usr/bin/tcpdump
 
 %description
 Tcpreplay is a tool to replay captured network traffic. Currently,
@@ -26,13 +26,13 @@ which provides basic information about capture files.
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4 -I libopts/m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure
 
-%{__make}
+%{__make} V=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.113748 seconds and 4 git commands to generate.