]> git.pld-linux.org Git - packages/tcpslice.git/blame - tcpslice.spec
- updated to 1.6
[packages/tcpslice.git] / tcpslice.spec
CommitLineData
d209528b
JB
1Summary: tcpslice - extract pieces of and/or merge together pcap files
2Summary(pl.UTF-8): tcpslice - wydobywanie fragmentów i/lub łączenie plików pcap
3Name: tcpslice
4570a51d 4Version: 1.6
a31f8c05 5Release: 1
d209528b
JB
6License: BSD
7Group: Networking/Utilities
a31f8c05 8Source0: https://www.tcpdump.org/release/%{name}-%{version}.tar.gz
4570a51d 9# Source0-md5: 4d2cd8c0de935265cb20ce75d1f1aa46
a31f8c05 10URL: https://www.tcpdump.org/
d209528b
JB
11BuildRequires: autoconf >= 2.64
12BuildRequires: libnids-devel
13BuildRequires: libosip2-devel
14BuildRequires: libpcap-devel
a31f8c05 15BuildRequires: ooh323c-devel >= 0.9.3-3
d209528b
JB
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19Tcpslice is a program for extracting portions of packet-trace files
20generated using tcpdump's -w flag. It can also be used to merge
21together several such files.
22
23%description -l pl.UTF-8
24Tcpslice to program do wydobywania ragmentów plików śladów pakietów,
25wygenerowanych przy użyciu flagi -w programu tcpdump. Potrafi także
26łączyć kilka takich plików.
27
28%prep
29%setup -q
30
31%build
32%{__autoconf}
33CPPFLAGS="%{rpmcppflags} -I/usr/include/ooh323c"
34%configure
35
36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
a31f8c05
JB
49%doc CHANGES CREDITS README.md
50%attr(755,root,root) %{_bindir}/tcpslice
d209528b 51%{_mandir}/man1/tcpslice.1*
This page took 0.139932 seconds and 4 git commands to generate.