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