]> git.pld-linux.org Git - packages/fake.git/blob - fake.spec
553e53e15abd2d2e5f280aab2158c90c40455b91
[packages/fake.git] / fake.spec
1 Summary:        Switches in redundant servers using arp spoofing
2 Summary(es.UTF-8):   Software para arp spoofing
3 Summary(pl.UTF-8):   Przełączanie redundantnych serwerów poprzez arp spoofing
4 Summary(pt_BR.UTF-8):   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.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.UTF-8
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.UTF-8
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.UTF-8
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 md5 mtime size) %{_sysconfdir}/fake/.fakerc
71 %config(noreplace) %verify(not md5 mtime size) %{_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.054664 seconds and 2 git commands to generate.