]> git.pld-linux.org Git - packages/ucarp.git/blob - ucarp.spec
- pl, longer desc from URL
[packages/ucarp.git] / ucarp.spec
1 Summary:        Common Address Redundancy Protocol (CARP) for Unix
2 Summary(pl):    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
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.033818 seconds and 4 git commands to generate.