]> git.pld-linux.org Git - SPECS.git/blob - tcpslice.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / tcpslice.spec
1 Summary:        tcpslice - extract pieces of and/or merge together pcap files
2 Summary(pl.UTF-8):      tcpslice - wydobywanie fragmentów i/lub łączenie plików pcap
3 Name:           tcpslice
4 Version:        1.3
5 Release:        2
6 License:        BSD
7 Group:          Networking/Utilities
8 Source0:        http://www.tcpdump.org/release/%{name}-%{version}.tar.gz
9 # Source0-md5:  7342da221f50964b6fd54c235f032f7e
10 URL:            http://www.tcpdump.org/
11 BuildRequires:  autoconf >= 2.64
12 BuildRequires:  libnids-devel
13 BuildRequires:  libosip2-devel
14 BuildRequires:  libpcap-devel
15 BuildRequires:  ooh323c-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Tcpslice is a program for extracting portions of packet-trace files
20 generated using tcpdump's -w flag. It can also be used to merge
21 together several such files.
22
23 %description -l pl.UTF-8
24 Tcpslice to program do wydobywania ragmentów plików śladów pakietów,
25 wygenerowanych 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}
33 CPPFLAGS="%{rpmcppflags} -I/usr/include/ooh323c"
34 %configure
35
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc CHANGES CREDITS README
50 %attr(755,root,root) %{_sbindir}/tcpslice
51 %{_mandir}/man1/tcpslice.1*
This page took 0.208784 seconds and 3 git commands to generate.