1 Star 0 Fork 0

systechn/tcpflow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tcpflow.spec.in 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
O. Libre 提交于 2017-07-11 04:30 . Update very old spec file (#161)
%global _hardened_build 1
Name: tcpflow
Version: @VERSION@
Release: 0%{?dist}
License: GPLv3
Summary: Network traffic recorder
URL: https://github.com/simsong/tcpflow
Source0: http://digitalcorpora.org/downloads/%{name}/%{name}-%{version}.tar.gz
BuildRequires: boost-devel
#BuildRequires: bzip2-devel
BuildRequires: cairo-devel
BuildRequires: libpcap-devel
BuildRequires: openssl-devel
BuildRequires: zlib-devel
%description
tcpflow is a program that captures data transmitted as part of TCP
connections (flows), and stores the data in a way that is convenient
for protocol analysis or debugging. A program like 'tcpdump' shows a
summary of packets seen on the wire, but usually doesn't store the
data that's actually being transmitted. In contrast, tcpflow
reconstructs the actual data streams and stores each flow in a
separate file for later analysis.
%prep
%setup -q
%build
export CPPFLAGS="%{optflags}"
export LDFLAGS="%{__global_ldflags}"
%configure
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} INSTALL='install -p' install
%check
#make check
%files
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/tcpflow
%{_mandir}/man1/tcpflow.1*
%changelog
* Sun Jun 04 2017 O. Libre <olibre@Lmap.org> - 1.4.6-0
- Apply improvements from Fedora Packages repo https://src.fedoraproject.org/cgit/rpms/?q=tcpflow
* Sun Feb 26 2012 Simson Garfinkel <simsong@acm.org> - 1.2
- Rewrite for version 1.2
* Thu Apr 22 1999 Ross Golder <rossigee@bigfoot.com> - 0.12
- Wrote for version 0.12
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/systechn/tcpflow.git
git@gitee.com:systechn/tcpflow.git
systechn
tcpflow
tcpflow
master

搜索帮助