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