]> git.pld-linux.org Git - packages/ucarp.git/blame - ucarp.spec
- converted to UTF-8
[packages/ucarp.git] / ucarp.spec
CommitLineData
cf5959c5 1Summary: Common Address Redundancy Protocol (CARP) for Unix
163e4fc8 2Summary(pl.UTF-8): CARP (Common Address Redundancy Protocol) dla Uniksa
cf5959c5 3Name: ucarp
4Version: 1.1
5Release: 0.1
6License: BSD
7Group: Applications/Networking
8Source0: ftp://ftp.ucarp.org/pub/ucarp/%{name}-%{version}.tar.gz
9# Source0-md5: 59122fd8efd49ac18c5da60e08e93493
adaa8743 10URL: http://www.ucarp.org/
cf5959c5 11BuildRequires: autoconf
12BuildRequires: automake
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
adaa8743
JB
16UCARP allows a couple of hosts to share common virtual IP addresses in
17order to provide automatic failover. It is a portable userland
18implementation of the secure and patent-free Common Address Redundancy
19Protocol (CARP, OpenBSD's alternative to the VRRP).
20
21Strong points of the CARP protocol are: very low overhead,
22cryptographically signed messages, interoperability between different
23operating systems and no need for any dedicated extra network link
24between redundant hosts.
25
163e4fc8
JR
26%description -l pl.UTF-8
27UCARP pozwala kilku hostom na dzielenie wspólnych wirtualnych adresów
adaa8743 28IP w celu automatycznego przejmowania w przypadku awarii. Jest to
163e4fc8
JR
29przenośna implementacja w przestrzeni użytkownika bezpiecznego i
30wolnego od patentów protokołu CARP (Common Address Redundancy Protocol
adaa8743
JB
31- alternatywy OpenBSD dla VRRP).
32
163e4fc8
JR
33Silne punkty protokołu CARP to: bardzo mały narzut, kryptograficznie
34podpisywanie komunikaty, współdziałanie między różnymi systemami
35operacyjnymi i brak potrzeby dedykowanego dodatkowego połączenia
36sieciowego między nadmiarowymi hostami.
cf5959c5 37
38%prep
39%setup -q
40
41%build
42%{__aclocal}
43%{__autoconf}
44%{__autoheader}
45%{__automake}
46%configure
47%{__make}
48
49%install
50rm -rf $RPM_BUILD_ROOT
cf5959c5 51
adaa8743
JB
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
cf5959c5 54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(644,root,root,755)
60%doc ChangeLog README
61%attr(755,root,root) %{_sbindir}/*
This page took 0.120362 seconds and 4 git commands to generate.