]> git.pld-linux.org Git - packages/ettercap6.git/commitdiff
- use new %doc, ettercap-0_6_6_6-1
authorkloczek <kloczek@pld-linux.org>
Thu, 6 Jun 2002 01:37:37 +0000 (01:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- better description and merge translations from Conectiva.

Changed files:
    ettercap6.spec -> 1.24

ettercap6.spec

index 600ab9a018f4c27a1032cdfecb9b95e86da21659..f5f8d1f947cca20d853d06de56104445e5674b90 100644 (file)
@@ -1,5 +1,6 @@
 Summary:       ettercap is a ncurses-based sniffer/interceptor utility
 Summary(pl):   ettercap jest opartym o ncurses narzêdziem do sniffowania/przechwytywania
+Summary(pt_BR):        ettercap e um interceptador/sniffer paseado em ncurses
 Name:          ettercap
 Version:       0.6.6.6
 Release:       1
@@ -21,13 +22,38 @@ BuildRequires:      openssl-devel
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-ettercap is a multipurpose sniffer/interceptor/logger for switched or
-"hubbed" LAN.
+ettercap is a network sniffer/interceptor/logger for ethernet LANs
+(both switched or not). It supports active and passive dissection of
+many protocols (even ciphered ones, like SSH and HTTPS). Data
+injection in an established connection and filtering (substitute or
+drop a packet) on the fly is also possible, keeping the connection
+sincronized. Many sniffing modes were implemented to give you a
+powerful and complete sniffing suite. Plugins are supported. It has
+the ability to check whether you are in a switched LAN or not, and to
+use OS fingerprints (active or passive) to let you know the geometry
+of the LAN. The passive scan of the lan retrives infos about: hosts in
+the lan, open ports, services version, type of the host (gateway,
+router or simple host) and extimated distance in hop.
 
 %description -l pl
 ettercap jest wieloczynno¶ciowym snifferem/przechwytywaczem/loggerem
 dla sieci LAN opartych na switchach lub hubach.
 
+%description -l pt_BR
+ettercap é um sniffer/interceptor/logger de rede para redes locais
+(com uso de switches ou não). Suporta operações ativas e passivas de
+vários protocolos (mesmo os criptografados, como SSH e HTTPS). Também
+é possível injeção de dados em uma conexão estabelecida e filtragem
+(substituição ou descarte de um pacote) em tempo real mantendo a
+conexão sincronizada. Muitos modos de sniffing foram implementadas
+para proporcionar a você um completo conjunto de sniffing. Plugins são
+suportados. Tem a habilidade de verificar se você está em uma rede
+local com switches ou não. Utiliza fingerprints do Sistema Operacional
+(ativo ou passivo) para permitir que você conheça a geometria da rede
+local. A varredura passiva da rede local obtém informações sobre:
+hosts na rede local, portas abertas, versão de serviços, tipo de host
+(gateway, router ou um computador) e a distância estimada no hop.
+
 %prep
 %setup -q
 #%patch0 -p1
@@ -38,7 +64,7 @@ dla sieci LAN opartych na switchach lub hubach.
 %build
 aclocal
 %{__autoconf}
-CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
+CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"
 %configure \
        --%{!?debug:dis}%{?debug:en}able-debug \
        --enable-ncurses
@@ -51,16 +77,13 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 %{__make} plug-ins_install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf \
-       README README.PLUGINS HISTORY CHANGELOG AUTHORS TODO \
-       THANKS KNOWN-BUGS PORTINGS
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README README.PLUGINS HISTORY CHANGELOG AUTHORS TODO
+%doc THANKS KNOWN-BUGS PORTINGS
 %attr(755,root,root) %{_sbindir}/*
 %{_libdir}/ettercap
 %{_datadir}/ettercap
This page took 0.034155 seconds and 4 git commands to generate.