]> git.pld-linux.org Git - packages/dsniff.git/blob - dsniff.spec
- removed all Group fields translations (oure rpm now can handle translating
[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:        5
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 URL:            http://www.monkey.org/~dugsong/
12 BuildRequires:  XFree86-devel
13 BuildRequires:  libpcap-devel
14 BuildRequires:  libnids-devel
15 BuildRequires:  libnet-devel
16 BuildRequires:  glibc-static
17 BuildRequires:  openssl-devel >= 0.9.6a
18 BuildRequires:  autoconf
19 BuildRequires:  automake
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 pl
27 Narzêdzia do kontroli sieci oraz demonstracji braku zabezpieczeñ w
28 nieszyfrowanych protoko³ach sieciowych. Proszê nie nadu¿ywaæ 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 Requires:       %{name} = %{version}
36 Requires:       netscape-navigator
37
38 %description webspy
39 webspy sends URLs sniffed from a client to your local Netscape browser
40 for display, updated in real-time (as the target surfs, your browser
41 surfs along with them, automagically). Netscape must be running on
42 your local X display ahead of time.
43
44 %description webspy -l pl
45 webspy przesy³a pods³uchane URLe do wy¶wietlenia w lokalnie
46 uruchomionej przegl±darce Netscape Navigator. Adresy s± uaktualniane
47 na bie¿±co (a wiêc przegl±dasz strony równolegle z pods³uchiwanym).
48 Netscape musi byæ wcze¶niej uruchomiony na lokalnym serwerze X.
49
50 %prep
51 %setup -q
52 %patch0 -p1
53 %patch1 -p1
54
55 %build
56 autoheader
57 aclocal
58 autoconf
59 CFLAGS="%{rpmcflags} -I./missing"
60 %configure \
61         --libdir=%{_datadir}/%{name}
62 %{__make}
63
64 %install
65 rm -rf $RPM_BUILD_ROOT
66
67 %{__make} install \
68         install_prefix=$RPM_BUILD_ROOT
69
70 gzip -9nf README*
71
72 %clean
73 rm -rf $RPM_BUILD_ROOT
74
75 %files
76 %defattr(644,root,root,755)
77 %doc *.gz
78 %attr(755,root,root) %{_sbindir}/[a-u]*
79 %attr(755,root,root) %{_sbindir}/webmitm
80 %{_datadir}/%{name}
81 %{_mandir}/man8/[a-u]*
82 %{_mandir}/man8/webmitm*
83
84 %files webspy
85 %defattr(644,root,root,755)
86 %attr(755,root,root) %{_sbindir}/webspy
87 %{_mandir}/man8/webspy*
This page took 0.035334 seconds and 3 git commands to generate.