]> git.pld-linux.org Git - packages/fake.git/commitdiff
Switches in redundant servers using arp spoofing.
authorkloczek <kloczek@pld-linux.org>
Tue, 11 May 1999 01:32:48 +0000 (01:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Raw version from fake home page.

Changed files:
    fake.spec -> 1.1

fake.spec [new file with mode: 0644]

diff --git a/fake.spec b/fake.spec
new file mode 100644 (file)
index 0000000..20601a3
--- /dev/null
+++ b/fake.spec
@@ -0,0 +1,64 @@
+# Note that this is NOT a relocatable package
+%define ver      1.1.1
+%define rel      1
+%define prefix   /usr
+
+Summary: Switches in redundant servers using arp spoofing
+Name: fake
+Version: %ver
+Release: %rel
+Copyright: GPL
+Group: Networking/Utilities
+Source: ftp://ftp.zipworld.com.au/pub/linux/fake/fake-%{ver}.tar.gz
+Obsoletes: fake
+BuildRoot: /tmp/fake-root
+Packager: Horms <horms@zipworld.com.au>
+URL: http://linux.zipworld.com.au/redundant_linux/
+Docdir: %{prefix}/doc
+
+%description
+Fake is a utility that enables the IP address be taken over
+by bringing up a second interface on the host machine and
+using gratuitous arp. Designed to switch in backup servers
+on a LAN.
+
+
+%prep
+%setup -n fake-%{ver}
+make patch
+
+%build
+CFLAGS="${RPM_OPT_FLAGS}"
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make ROOT_DIR=$RPM_BUILD_ROOT install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+
+%postun
+
+%files
+%defattr(-, root, root)
+
+%doc README 
+%doc AUTHORS 
+%doc COPYING 
+%doc ChangeLog
+%doc docs
+%doc docs/arp_fun.txt
+%doc docs/redundant_linux.txt
+%doc docs/redundant_linux.ps.gz
+%doc docs/redundant_linux.tar.gz
+
+%{prefix}/bin/send_arp
+%{prefix}/bin/fake
+%config /etc/fake/.fakerc
+%config /etc/fake/clear_routers
+%config /etc/fake/instance_config/203.12.97.7.cfg
+/etc/fake/run
This page took 0.086506 seconds and 4 git commands to generate.