]> git.pld-linux.org Git - packages/dsniff.git/blob - dsniff.spec
- Release 6, STBR
[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:        6
6 License:        BSD
7 Group:          Networking/Utilities
8 Source0:        http://www.monkey.org/~dugsong/%{name}/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-slist.patch
10 Patch1:         %{name}-headers.patch
11 Patch2:         %{name}-ac.patch
12 URL:            http://www.monkey.org/~dugsong/
13 BuildRequires:  XFree86-devel
14 BuildRequires:  libpcap-devel
15 BuildRequires:  libnids-devel
16 BuildRequires:  libnet-devel
17 BuildRequires:  glibc-static
18 BuildRequires:  openssl-devel >= 0.9.6a
19 BuildRequires:  autoconf
20 BuildRequires:  automake
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Tools to audit network and to demonstrate the insecurity of cleartext
25 network protocols. Please do not abuse this software.
26
27 %description -l pl
28 Narzêdzia do kontroli sieci oraz demonstracji braku zabezpieczeñ w
29 nieszyfrowanych protoko³ach sieciowych. Proszê nie nadu¿ywaæ tego
30 oprogramowania.
31
32 %package webspy
33 Summary:        Network audit tools
34 Summary(pl):    Narzêdzia do kontroli sieci
35 Group:          Networking/Utilities
36 Requires:       %{name} = %{version}
37 Requires:       netscape-navigator
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, automagically). Netscape must be running on
43 your local X display ahead of time.
44
45 %description webspy -l pl
46 webspy przesy³a pods³uchane URLe do wy¶wietlenia w lokalnie
47 uruchomionej przegl±darce Netscape Navigator. Adresy s± uaktualniane
48 na bie¿±co (a wiêc przegl±dasz strony równolegle z pods³uchiwanym).
49 Netscape musi byæ wcze¶niej uruchomiony na lokalnym serwerze X.
50
51 %prep
52 %setup -q
53 %patch0 -p1
54 %patch1 -p1
55 %patch2 -p1
56
57 %build
58 autoheader
59 aclocal
60 %{__autoconf}
61 CFLAGS="%{rpmcflags} -I./missing"
62 %configure \
63         --libdir=%{_datadir}/%{name}
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install \
70         install_prefix=$RPM_BUILD_ROOT
71
72 gzip -9nf README*
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %files
78 %defattr(644,root,root,755)
79 %doc *.gz
80 %attr(755,root,root) %{_sbindir}/[a-u]*
81 %attr(755,root,root) %{_sbindir}/webmitm
82 %{_datadir}/%{name}
83 %{_mandir}/man8/[a-u]*
84 %{_mandir}/man8/webmitm*
85
86 %files webspy
87 %defattr(644,root,root,755)
88 %attr(755,root,root) %{_sbindir}/webspy
89 %{_mandir}/man8/webspy*
This page took 1.189088 seconds and 3 git commands to generate.