]> git.pld-linux.org Git - packages/fake.git/blobdiff - fake.spec
- massive attack s/pld.org.pl/pld-linux.org/
[packages/fake.git] / fake.spec
index d3b2b488ae3a4f48a2e5aa09cddac0f4cca42300..a32f4a62efc49c9073896d948fe00162894f3671 100644 (file)
--- a/fake.spec
+++ b/fake.spec
@@ -1,12 +1,13 @@
 Summary:       Switches in redundant servers using arp spoofing
+Summary(es):   Software para arp spoofing
+Summary(pl):   Prze³±czanie redundantnych serwerów poprzez arp spoofing
+Summary(pt_BR):        Software para arp spoofing
 Name:          fake
-Version:       1.1.6
+Version:       1.1.8
 Release:       1
 License:       GPL
 Group:         Networking/Utilities
-Group(de):     Netzwerkwesen/Werkzeuge
-Group(pl):     Sieciowe/Narzêdzia
-Source0:       ftp://ftp.vergenet.net/pub/fake/%{version}/%{name}-%{version}.tar.gz
+Source0:       http://www.vergenet.net/linux/fake/download/%{version}/%{name}-%{version}.tar.gz
 URL:           http://www.ca.us.vergenet.net/linux/fake/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -21,6 +22,27 @@ logical interface (an IP alias). Fake is configurable and can be
 automated using systems that monitor the availability of servers (like
 Heartbeat and Heart).
 
+%description -l es
+Fake es un utilitario que permite que otras maquinas en la red puedan
+tomar direcciones IP. Este software fue desarrollado para permitir el
+uso de servidores de copias de seguridad (backup) en una red local.
+
+%description -l pl
+Fake jest prostym narzêdziem pozwalaj±cym na w³±czanie zapasowych
+serwerów w sieci. Na przyk³ad, mo¿e byæ u¿yty do w³±czenia zapasowego
+serwera poczty, WWW, proxy w czasie zamierzonego lub niezamierzonego
+nie dzia³ania podstawowego serwera. Fake dzia³a poprzez podnoszenie
+dodatkowego interfejsu i spoofowanie adresu ARP aby przej±æ adres IP
+innej maszyny w sieci lokalnej. Dodatkowy interfejs mo¿e byæ
+interfejsem fizycznym lub logicznym (aliasem IP). Fake jest
+konfigurowalny i mo¿e u¿ywaæ systemów automatycznie monitoruj±cych
+dostêpno¶æ serwerów (np. Heartbeat lub Heart).
+
+%description -l pt_BR
+O Fake é um utilitário que permite que endereços IP possam ser tomados
+por outras máquinas na rede. Este software foi desenvolvido para se
+permitir o uso de servidores de backup em uma rede local.
+
 %prep
 %setup -q
 %{__make} patch
@@ -31,21 +53,21 @@ Heartbeat and Heart).
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} ROOT_DIR=$RPM_BUILD_ROOT install
+%{__make} ROOT_DIR=$RPM_BUILD_ROOT MAN8_DIR=$RPM_BUILD_ROOT%{_mandir}/man8 install
 
 rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/fake/run/CVS
 
-gzip -9nf README AUTHORS ChangeLog docs/{arp_fun,redundant_linux}.txt
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz docs/*.txt.gz
-%{_sysconfdir}/fake/run
-%config %{_sysconfdir}/fake/.fakerc
-%config %{_sysconfdir}/fake/clear_routers
+%doc README AUTHORS ChangeLog docs/{arp_fun,redundant_linux}.txt
+%dir %{_sysconfdir}/fake
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/fake/.fakerc
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/fake/clear_routers
+%dir %{_sysconfdir}/fake/instance_config
 %config %{_sysconfdir}/fake/instance_config/203.12.97.7.cfg
-%attr(755,root,root) %{_bindir}/send_arp
-%attr(755,root,root) %{_bindir}/fake
+%attr(755,root,root) %{_sbindir}/send_arp
+%attr(755,root,root) %{_sbindir}/fake
+%{_mandir}/man8/*
This page took 0.07711 seconds and 4 git commands to generate.