]> git.pld-linux.org Git - packages/tcpslice.git/blob - tcpslice.spec
- updated to 1.6
[packages/tcpslice.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.6
5 Release:        1
6 License:        BSD
7 Group:          Networking/Utilities
8 Source0:        https://www.tcpdump.org/release/%{name}-%{version}.tar.gz
9 # Source0-md5:  4d2cd8c0de935265cb20ce75d1f1aa46
10 URL:            https://www.tcpdump.org/
11 BuildRequires:  autoconf >= 2.64
12 BuildRequires:  libnids-devel
13 BuildRequires:  libosip2-devel
14 BuildRequires:  libpcap-devel
15 BuildRequires:  ooh323c-devel >= 0.9.3-3
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.md
50 %attr(755,root,root) %{_bindir}/tcpslice
51 %{_mandir}/man1/tcpslice.1*
This page took 0.135985 seconds and 3 git commands to generate.