]> git.pld-linux.org Git - packages/fake.git/blob - fake.spec
b4957fe1251ddfe4a412cee747c65f32a0934511
[packages/fake.git] / fake.spec
1 Summary:        Switches in redundant servers using arp spoofing
2 Summary(es):    Software para arp spoofing
3 Summary(pl):    Prze³±czanie redundantnych serwerów poprzez arp spoofing
4 Summary(pt_BR): Software para arp spoofing
5 Name:           fake
6 Version:        1.1.7
7 Release:        1
8 License:        GPL
9 Group:          Networking/Utilities
10 Source0:        http://www.vergenet.net/linux/fake/download/%{version}/%{name}-%{version}.tar.gz
11 URL:            http://www.ca.us.vergenet.net/linux/fake/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Fake is a simple utility designed to enable the switching in of backup
16 servers on a LAN. For example, fake can be used to switch in backup
17 mail, Web, and proxy servers during periods of both unscheduled and
18 scheduled down time. Fake works by bringing up an additional interface
19 and using ARP spoofing to take over the IP address of another machine
20 on the LAN. The additional interface can be a physical interface or a
21 logical interface (an IP alias). Fake is configurable and can be
22 automated using systems that monitor the availability of servers (like
23 Heartbeat and Heart).
24
25 %description -l es
26 Fake es un utilitario que permite que otras maquinas en la red puedan
27 tomar direcciones IP. Este software fue desarrollado para permitir el
28 uso de servidores de copias de seguridad (backup) en una red local.
29
30 %description -l pl
31 Fake jest prostym narzêdziem pozwalaj±cym na w³±czanie zapasowych
32 serwerów w sieci. Na przyk³ad, mo¿e byæ u¿yty do w³±czenia zapasowego
33 serwera poczty, WWW, proxy w czasie zamierzonego lub niezamierzonego
34 nie dzia³ania podstawowego serwera. Fake dzia³a poprzez podnoszenie
35 dodatkowego interfejsu i spoofowanie adresu ARP aby przej±æ adres IP
36 innej maszyny w sieci lokalnej. Dodatkowy interfejs mo¿e byæ
37 interfejsem fizycznym lub logicznym (aliasem IP). Fake jest
38 konfigurowalny i mo¿e u¿ywaæ systemów automatycznie monitoruj±cych
39 dostêpno¶æ serwerów (np. Heartbeat lub Heart).
40
41 %description -l pt_BR
42 O Fake é um utilitário que permite que endereços IP possam ser tomados
43 por outras máquinas na rede. Este software foi desenvolvido para se
44 permitir o uso de servidores de backup em uma rede local.
45
46 %prep
47 %setup -q
48 %{__make} patch
49
50 %build
51 %{__make} CC="%{__cc} %{rpmcflags}"
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} ROOT_DIR=$RPM_BUILD_ROOT install
57
58 rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/fake/run/CVS
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc README AUTHORS ChangeLog docs/{arp_fun,redundant_linux}.txt
66 %dir %{_sysconfdir}/fake
67 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/fake/.fakerc
68 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/fake/clear_routers
69 %dir %{_sysconfdir}/fake/instance_config
70 %config %{_sysconfdir}/fake/instance_config/203.12.97.7.cfg
71 %attr(755,root,root) %{_bindir}/send_arp
72 %attr(755,root,root) %{_bindir}/fake
This page took 0.039897 seconds and 2 git commands to generate.