]> git.pld-linux.org Git - packages/dsniff.git/commitdiff
- release 2
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 28 Dec 2000 14:57:00 +0000 (14:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- moved webspy to a separate package (X11 dependency, ugh)
- buildrequires glibc-static

Changed files:
    dsniff.spec -> 1.4

dsniff.spec

index e00e4b9569df8e5d802706848c350882351a0a14..6b3aefe203af057877856e146133a170cea091df 100644 (file)
@@ -2,18 +2,20 @@ Summary:      Network audit tools.
 Summary(pl):   Narzêdzia do kontroli sieci.
 Name:          dsniff
 Version:       2.3
-Release:       1
+Release:       2
 License:       BSD
 Group:         Networking/Utilities
 Group(pl):     Sieciowe/Narzêdzia
 URL:           http://www.monkey.org/~dugsong/
 Source0:       http://www.monkey.org/~dugsong/%{name}/%{name}-%{version}.tar.gz
 Patch0:                dsniff-slist.patch
+Patch1:                %{name}-headers.patch
 BuildRequires: XFree86-devel
 BuildRequires: libpcap-devel
 BuildRequires: libnids-devel
 BuildRequires: libnet-devel
 BuildRequires: XFree86-devel
+BuildRequires: glibc-static
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -25,9 +27,23 @@ Narz
 w nieszyfrowanych protoko³ach sieciowych. Proszê nie nadu¿ywac tego
 oprogramowania.
 
+%package webspy
+Summary:       Network audit tools.
+Summary(pl):   Narzêdzia do kontroli sieci.
+Group:         Networking/Utilities
+Group(pl):     Sieciowe/Narzêdzia
+Requires:      %{name} = %{version}
+
+%description webspy
+webspy sends URLs sniffed from a client to your local Netscape browser for
+display, updated in real-time (as the target surfs, your browser surfs along
+with them, automag\80 ically). Netscape must be running on your local X display
+ahead of time.
+
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 autoheader
@@ -49,6 +65,13 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README*
-%attr(755,root,root) %{_sbindir}/*
+%attr(755,root,root) %{_sbindir}/[a-u]*
+%attr(755,root,root) %{_sbindir}/webmitm
 %{_datadir}/%{name}/*
-%{_mandir}/man8/*
+%{_mandir}/man8/[a-u]*
+%{_mandir}/man8/webmitm*
+
+%files webspy
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/webspy
+%{_mandir}/man8/webspy*
This page took 0.096294 seconds and 4 git commands to generate.