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