]> git.pld-linux.org Git - packages/fake.git/commitdiff
- updated to 1.1.6,
authorkloczek <kloczek@pld-linux.org>
Tue, 3 Jul 2001 08:12:41 +0000 (08:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- new URL and Source url,
- spec adapterized and few cosmetics.

Changed files:
    fake.spec -> 1.14

fake.spec

index 2e1b66f2762f2d77bd5823980b885ccc05559896..d3b2b488ae3a4f48a2e5aa09cddac0f4cca42300 100644 (file)
--- a/fake.spec
+++ b/fake.spec
@@ -1,19 +1,25 @@
 Summary:       Switches in redundant servers using arp spoofing
 Name:          fake
 Summary:       Switches in redundant servers using arp spoofing
 Name:          fake
-Version:       1.1.2
-Release:       2
+Version:       1.1.6
+Release:       1
 License:       GPL
 Group:         Networking/Utilities
 Group(de):     Netzwerkwesen/Werkzeuge
 Group(pl):     Sieciowe/Narzêdzia
 License:       GPL
 Group:         Networking/Utilities
 Group(de):     Netzwerkwesen/Werkzeuge
 Group(pl):     Sieciowe/Narzêdzia
-Source0:       ftp://ftp.zipworld.com.au/pub/linux/fake/%{name}-%{version}.tar.gz
-URL:           http://linux.zipworld.com.au/redundant_linux/
+Source0:       ftp://ftp.vergenet.net/pub/fake/%{version}/%{name}-%{version}.tar.gz
+URL:           http://www.ca.us.vergenet.net/linux/fake/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %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.
+Fake is a simple utility designed to enable the switching in of backup
+servers on a LAN. For example, fake can be used to switch in backup
+mail, Web, and proxy servers during periods of both unscheduled and
+scheduled down time. Fake works by bringing up an additional interface
+and using ARP spoofing to take over the IP address of another machine
+on the LAN. The additional interface can be a physical interface or a
+logical interface (an IP alias). Fake is configurable and can be
+automated using systems that monitor the availability of servers (like
+Heartbeat and Heart).
 
 %prep
 %setup -q
 
 %prep
 %setup -q
@@ -37,9 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc *.gz docs/*.txt.gz
 %files
 %defattr(644,root,root,755)
 %doc *.gz docs/*.txt.gz
-%attr(755,root,root) %{_bindir}/send_arp
-%attr(755,root,root) %{_bindir}/fake
+%{_sysconfdir}/fake/run
 %config %{_sysconfdir}/fake/.fakerc
 %config %{_sysconfdir}/fake/clear_routers
 %config %{_sysconfdir}/fake/instance_config/203.12.97.7.cfg
 %config %{_sysconfdir}/fake/.fakerc
 %config %{_sysconfdir}/fake/clear_routers
 %config %{_sysconfdir}/fake/instance_config/203.12.97.7.cfg
-%{_sysconfdir}/fake/run
+%attr(755,root,root) %{_bindir}/send_arp
+%attr(755,root,root) %{_bindir}/fake
This page took 0.083915 seconds and 4 git commands to generate.