summaryrefslogtreecommitdiff
path: root/tcpreen.spec
blob: 937de9ba470639148d34dc561c7bbef485347ca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Summary:	tcpreen - TCP stream monitor tool
Summary(pl):	tcpreen - narzędzie monitorujące strumienie TCP
Name:		tcpreen
Version:	1.4.1
Release:	1
License:	GPL
Group:		Applications/Networking
Source0:	http://dl.sourceforge.net/tcpreen/%{name}-%{version}.tar.bz2
# Source0-md5:	caf985960725196de5b6388ba628fa63
Patch0:		%{name}-words.patch
URL:		http://www.simphalempin.com/dev/tcpreen/
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
tcpreen is a tool to monitor and analyse data transmitted between a
client and server via a TCP connection.

%description -l pl
tcpreen jest narzędziem do monitorowania i analizowania danych
przesyłanych między klientem a serwerem z użyciem połączenia TCP.

%prep
%setup -q
%patch0 -p1

%build
%configure
%{__make}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README THANKS TODO
%attr(755,root,root) %{_bindir}/*
%{_mandir}/man1/*