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