]> git.pld-linux.org Git - packages/dsniff.git/commitdiff
- initial revision
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 20 Nov 2000 12:53:53 +0000 (12:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dsniff.spec -> 1.1

dsniff.spec [new file with mode: 0644]

diff --git a/dsniff.spec b/dsniff.spec
new file mode 100644 (file)
index 0000000..0fa5b79
--- /dev/null
@@ -0,0 +1,46 @@
+Summary:       Network audit tools.
+Name:          dsniff
+Version:       2.2
+Release:       1
+License:       BSD
+Group:         Networking/Utilities
+Group(pl):     Sieciowe/Narzêdzia
+URL:           http://www.monkey.org/~dugsong/
+Source0:       %{name}-%{version}.tar.gz
+BuildRequires: XFree86-devel
+BuildRequires: libpcap-devel
+BuildRequires: libnids-devel
+BuildRequires: libnet-devel
+BuildConflicts:        cyrus-sasl-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Tools to audit network and to demonstrate the insecurity of cleartext
+network protocols.
+please do not abuse this software.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --libdir=%{_datadir}/%{name}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       install_prefix=$RPM_BUILD_ROOT
+
+gzip -9nf README*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README*
+%attr(755,root,root) %{_sbindir}/*
+%{_datadir}/%{name}/*
+%{_mandir}/man8/*
This page took 0.180807 seconds and 4 git commands to generate.