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