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