]> git.pld-linux.org Git - packages/ettercap.git/blobdiff - ettercap.spec
- force to use openssl >= 0.9.7, idea by kloczek
[packages/ettercap.git] / ettercap.spec
index 4e7b374b4df94653d7605a57ce71d38e65023494..2c2fff955990434def5dced7d3c13097439468e4 100644 (file)
@@ -1,41 +1,72 @@
 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.5.4
+Version:       0.6.7
 Release:       1
 License:       GPL
 Group:         Networking/Utilities
-Group(de):     Netzwerkwesen/Werkzeuge
-Group(es):     Red/Utilitarios
-Group(pl):     Sieciowe/Narzêdzia
-Group(pt_BR):  Rede/Utilitários
 Source0:       http://ettercap.sourceforge.net/download/%{name}-%{version}.tar.gz
 Patch0:                %{name}-dont_require_root.patch
 Patch1:                %{name}-ncurses.patch
 Patch2:                %{name}-plugin_dir.patch
 Patch3:                %{name}-kernel_version.patch
 URL:           http://ettercap.sourceforge.net/
+BuildRequires: awk
+BuildRequires: textutils
+BuildRequires: grep
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: ncurses-devel
-BuildRequires: openssl-devel
+BuildRequires: openssl-devel >= 0.9.7
 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
-%patch1 -p1
-%patch2 -p1
+#%patch0 -p1
+%patch1
+#%patch2 -p1
 %patch3 -p1
 
 %build
-aclocal
-autoconf
+%{__aclocal}
+%{__autoconf}
+CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"
 %configure \
-       --disable-debug \
+       --%{!?debug:dis}%{?debug:en}able-debug \
        --enable-ncurses
 %{__make}
 %{__make} plug-ins
@@ -46,19 +77,14 @@ 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
-
-install -d $RPM_BUILD_ROOT%{_libdir}
-mv -f $RPM_BUILD_ROOT{%{_datadir},%{_libdir}}/%{name}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
-%attr(755,root,root) %{_bindir}/*
+%doc README README.PLUGINS HISTORY CHANGELOG AUTHORS TODO
+%doc THANKS KNOWN-BUGS PORTINGS
+%attr(755,root,root) %{_sbindir}/*
 %{_libdir}/ettercap
+%{_datadir}/ettercap
 %{_mandir}/man8/*
This page took 0.11962 seconds and 4 git commands to generate.