]> git.pld-linux.org Git - packages/dsniff.git/blob - dsniff.spec
183e336a45e38013f3af840bddec44b4 dsniff-2.3.tar.gz
[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:        1
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 BuildRequires:  XFree86-devel
13 BuildRequires:  libpcap-devel
14 BuildRequires:  libnids-devel
15 BuildRequires:  libnet-devel
16 BuildRequires:  XFree86-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Tools to audit network and to demonstrate the insecurity of cleartext
21 network protocols. Please do not abuse this software.
22
23 %description -l -l
24 Narzêdzia do kontroli sieci oraz demonstracji braku zabezpieczeñ
25 w nieszyfrowanych protoko³ach sieciowych. Proszê nie nadu¿ywac tego
26 oprogramowania.
27
28 %prep
29 %setup -q
30 %patch0 -p1
31
32 %build
33 autoheader
34 %configure \
35         --libdir=%{_datadir}/%{name}
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         install_prefix=$RPM_BUILD_ROOT
43
44 gzip -9nf README*
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc README*
52 %attr(755,root,root) %{_sbindir}/*
53 %{_datadir}/%{name}/*
54 %{_mandir}/man8/*
This page took 0.035605 seconds and 3 git commands to generate.