]> git.pld-linux.org Git - packages/tcpreplay.git/commitdiff
- new auto/th/tcpreplay-4.3.2-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 14 Mar 2019 05:25:17 +0000 (06:25 +0100)
committerAdam Gołębiowski <adamg@pld-linux.org>
Thu, 14 Mar 2019 05:25:17 +0000 (06:25 +0100)
tcpreplay.spec [new file with mode: 0644]

diff --git a/tcpreplay.spec b/tcpreplay.spec
new file mode 100644 (file)
index 0000000..f5b9d89
--- /dev/null
@@ -0,0 +1,49 @@
+Summary:       Replay captured network traffic
+Name:          tcpreplay
+Version:       4.3.2
+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
+URL:           http://tcpreplay.appneta.com/
+BuildRequires: libdnet-devel
+BuildRequires: libpcap-devel >= 0.8.0
+BuildRequires: tcpdump
+Requires:      /usr/sbin/tcpdump
+
+%description
+Tcpreplay is a tool to replay captured network traffic. Currently,
+tcpreplay supports pcap (tcpdump) and snoop capture formats. Also
+included, is tcpprep a tool to pre-process capture files to allow
+increased performance under certain conditions as well as capinfo
+which provides basic information about capture files.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc docs/{CHANGELOG,CREDIT,HACKING,INSTALL,LICENSE,TODO}
+%{_mandir}/man1/*
+%attr(755,root,root) %{_bindir}/*
+
+%changelog
This page took 0.041357 seconds and 4 git commands to generate.