]> 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 8ed25ea6dfababb1727aaecf3783ab6698ae9177..a32f4a62efc49c9073896d948fe00162894f3671 100644 (file)
--- a/fake.spec
+++ b/fake.spec
@@ -1,44 +1,73 @@
 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.2
-Release:       2
+Version:       1.1.8
+Release:       1
 License:       GPL
 Group:         Networking/Utilities
-Group(pl):     Sieciowe/Narzêdzia
-Source0:       ftp://ftp.zipworld.com.au/pub/linux/fake/%{name}-%{version}.tar.gz
-URL:           http://linux.zipworld.com.au/redundant_linux/
+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)
 
 %description
-Fake is a utility that enables the IP address be taken over by
-bringing up a second interface on the host machine and using
-gratuitous arp. Designed to switch in backup servers on a LAN.
+Fake is a simple utility designed to enable the switching in of backup
+servers on a LAN. For example, fake can be used to switch in backup
+mail, Web, and proxy servers during periods of both unscheduled and
+scheduled down time. Fake works by bringing up an additional interface
+and using ARP spoofing to take over the IP address of another machine
+on the LAN. The additional interface can be a physical interface or a
+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
+%{__make} patch
 
 %build
-make CC="gcc $RPM_OPT_FLAGS"
+%{__make} CC="%{__cc} %{rpmcflags}"
 
 %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
-%attr(755,root,root) %{_bindir}/send_arp
-%attr(755,root,root) %{_bindir}/fake
-%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
-%{_sysconfdir}/fake/run
+%attr(755,root,root) %{_sbindir}/send_arp
+%attr(755,root,root) %{_sbindir}/fake
+%{_mandir}/man8/*
This page took 0.038684 seconds and 4 git commands to generate.