]> git.pld-linux.org Git - packages/dsniff.git/blobdiff - dsniff.spec
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[packages/dsniff.git] / dsniff.spec
index 6b3aefe203af057877856e146133a170cea091df..3eef4e81d9d835db80eefd84523b754bff9f4e8d 100644 (file)
@@ -1,44 +1,51 @@
-Summary:       Network audit tools.
-Summary(pl):   Narzêdzia do kontroli sieci.
+Summary:       Network audit tools
+Summary(pl):   Narzêdzia do kontroli sieci
 Name:          dsniff
 Version:       2.3
-Release:       2
+Release:       5
 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
+Patch0:                %{name}-slist.patch
 Patch1:                %{name}-headers.patch
+URL:           http://www.monkey.org/~dugsong/
 BuildRequires: XFree86-devel
 BuildRequires: libpcap-devel
 BuildRequires: libnids-devel
 BuildRequires: libnet-devel
-BuildRequires: XFree86-devel
 BuildRequires: glibc-static
+BuildRequires: openssl-devel >= 0.9.6a
+BuildRequires: autoconf
+BuildRequires: automake
 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.
 
-%description -l -l
-Narzêdzia do kontroli sieci oraz demonstracji braku zabezpieczeñ
-w nieszyfrowanych protoko³ach sieciowych. Proszê nie nadu¿ywac tego
+%description -l pl
+Narzêdzia do kontroli sieci oraz demonstracji braku zabezpieczeñ w
+nieszyfrowanych protoko³ach sieciowych. Proszê nie nadu¿ywaæ tego
 oprogramowania.
 
 %package webspy
-Summary:       Network audit tools.
-Summary(pl):   Narzêdzia do kontroli sieci.
+Summary:       Network audit tools
+Summary(pl):   Narzêdzia do kontroli sieci
 Group:         Networking/Utilities
-Group(pl):     Sieciowe/Narzêdzia
 Requires:      %{name} = %{version}
+Requires:      netscape-navigator
 
 %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.
+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, automagically). Netscape must be running on
+your local X display ahead of time.
+
+%description webspy -l pl
+webspy przesy³a pods³uchane URLe do wy¶wietlenia w lokalnie
+uruchomionej przegl±darce Netscape Navigator. Adresy s± uaktualniane
+na bie¿±co (a wiêc przegl±dasz strony równolegle z pods³uchiwanym).
+Netscape musi byæ wcze¶niej uruchomiony na lokalnym serwerze X.
 
 %prep
 %setup -q
@@ -47,6 +54,9 @@ ahead of time.
 
 %build
 autoheader
+aclocal
+%{__autoconf}
+CFLAGS="%{rpmcflags} -I./missing"
 %configure \
        --libdir=%{_datadir}/%{name}
 %{__make}
@@ -64,10 +74,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README*
+%doc *.gz
 %attr(755,root,root) %{_sbindir}/[a-u]*
 %attr(755,root,root) %{_sbindir}/webmitm
-%{_datadir}/%{name}/*
+%{_datadir}/%{name}
 %{_mandir}/man8/[a-u]*
 %{_mandir}/man8/webmitm*
 
This page took 0.069852 seconds and 4 git commands to generate.