]> git.pld-linux.org Git - packages/dsniff.git/blob - dsniff.spec
6b3aefe203af057877856e146133a170cea091df
[packages/dsniff.git] / dsniff.spec
1 Summary:        Network audit tools.
2 Summary(pl):    Narzêdzia do kontroli sieci.
3 Name:           dsniff
4 Version:        2.3
5 Release:        2
6 License:        BSD
7 Group:          Networking/Utilities
8 Group(pl):      Sieciowe/Narzêdzia
9 URL:            http://www.monkey.org/~dugsong/
10 Source0:        http://www.monkey.org/~dugsong/%{name}/%{name}-%{version}.tar.gz
11 Patch0:         dsniff-slist.patch
12 Patch1:         %{name}-headers.patch
13 BuildRequires:  XFree86-devel
14 BuildRequires:  libpcap-devel
15 BuildRequires:  libnids-devel
16 BuildRequires:  libnet-devel
17 BuildRequires:  XFree86-devel
18 BuildRequires:  glibc-static
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Tools to audit network and to demonstrate the insecurity of cleartext
23 network protocols. Please do not abuse this software.
24
25 %description -l -l
26 Narzêdzia do kontroli sieci oraz demonstracji braku zabezpieczeñ
27 w nieszyfrowanych protoko³ach sieciowych. Proszê nie nadu¿ywac tego
28 oprogramowania.
29
30 %package webspy
31 Summary:        Network audit tools.
32 Summary(pl):    Narzêdzia do kontroli sieci.
33 Group:          Networking/Utilities
34 Group(pl):      Sieciowe/Narzêdzia
35 Requires:       %{name} = %{version}
36
37 %description webspy
38 webspy sends URLs sniffed from a client to your local Netscape browser for
39 display, updated in real-time (as the target surfs, your browser surfs along
40 with them, automag\80 ically). Netscape must be running on your local X display
41 ahead of time.
42
43 %prep
44 %setup -q
45 %patch0 -p1
46 %patch1 -p1
47
48 %build
49 autoheader
50 %configure \
51         --libdir=%{_datadir}/%{name}
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         install_prefix=$RPM_BUILD_ROOT
59
60 gzip -9nf README*
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files
66 %defattr(644,root,root,755)
67 %doc README*
68 %attr(755,root,root) %{_sbindir}/[a-u]*
69 %attr(755,root,root) %{_sbindir}/webmitm
70 %{_datadir}/%{name}/*
71 %{_mandir}/man8/[a-u]*
72 %{_mandir}/man8/webmitm*
73
74 %files webspy
75 %defattr(644,root,root,755)
76 %attr(755,root,root) %{_sbindir}/webspy
77 %{_mandir}/man8/webspy*
This page took 0.07657 seconds and 3 git commands to generate.