]> git.pld-linux.org Git - packages/fake.git/blame - fake.spec
- cosmetic changes for common l&f.
[packages/fake.git] / fake.spec
CommitLineData
f4bd6f7f 1Summary: Switches in redundant servers using arp spoofing
2Name: fake
3Version: 1.1.1
4Release: 2
5Copyright: GPL
6Group: Networking/Utilities
7Source: ftp://ftp.zipworld.com.au/pub/linux/fake/fake-%{ver}.tar.gz
8URL: http://linux.zipworld.com.au/redundant_linux/
2188ef2e 9BuildRoot: /tmp/%{name}-%{version}-root
455c16c5 10
11%description
f4bd6f7f 12Fake is a utility that enables the IP address be taken over by bringing up a
13second interface on the host machine and using gratuitous arp. Designed to
14switch in backup servers on a LAN.
455c16c5 15
16%prep
f4bd6f7f 17%setup -q
455c16c5 18make patch
19
20%build
21CFLAGS="${RPM_OPT_FLAGS}"
22make
23
24%install
25rm -rf $RPM_BUILD_ROOT
26
27make ROOT_DIR=$RPM_BUILD_ROOT install
28
f4bd6f7f 29gzip -9nf README AUTHORS ChangeLog docs/{arp_fun,redundant_linux.txt}.txt
30
455c16c5 31%clean
32rm -rf $RPM_BUILD_ROOT
33
455c16c5 34%files
f4bd6f7f 35%defattr(644,root,root,755)
36%doc *.gz docs/*.txt.gz
455c16c5 37%{prefix}/bin/send_arp
38%{prefix}/bin/fake
39%config /etc/fake/.fakerc
40%config /etc/fake/clear_routers
41%config /etc/fake/instance_config/203.12.97.7.cfg
42/etc/fake/run
This page took 0.063491 seconds and 4 git commands to generate.