]> git.pld-linux.org Git - packages/ucarp.git/commitdiff
- pl, longer desc from URL
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 16 Oct 2004 17:13:23 +0000 (17:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ucarp.spec -> 1.2

ucarp.spec

index 294a9913f2a69735bf606d85da43e8cbca2189cb..87fb860dc0a663da6967583ecf6ecaa91f2b8596 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       Common Address Redundancy Protocol (CARP) for Unix
+Summary(pl):   CARP (Common Address Redundancy Protocol) dla Uniksa
 Name:          ucarp
 Version:       1.1
 Release:       0.1
@@ -6,13 +7,33 @@ License:      BSD
 Group:         Applications/Networking
 Source0:       ftp://ftp.ucarp.org/pub/ucarp/%{name}-%{version}.tar.gz
 # Source0-md5: 59122fd8efd49ac18c5da60e08e93493
-URL:           http://www.ucarp.org
+URL:           http://www.ucarp.org/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Common Address Redundancy Protocol (CARP) for Unix
+UCARP allows a couple of hosts to share common virtual IP addresses in
+order to provide automatic failover. It is a portable userland
+implementation of the secure and patent-free Common Address Redundancy
+Protocol (CARP, OpenBSD's alternative to the VRRP).
+
+Strong points of the CARP protocol are: very low overhead,
+cryptographically signed messages, interoperability between different
+operating systems and no need for any dedicated extra network link
+between redundant hosts.
+
+%description -l pl
+UCARP pozwala kilku hostom na dzielenie wspólnych wirtualnych adresów
+IP w celu automatycznego przejmowania w przypadku awarii. Jest to
+przeno¶na implementacja w przestrzeni u¿ytkownika bezpiecznego i
+wolnego od patentów protoko³u CARP (Common Address Redundancy Protocol
+- alternatywy OpenBSD dla VRRP).
+
+Silne punkty protoko³u CARP to: bardzo ma³y narzut, kryptograficznie
+podpisywanie komunikaty, wspó³dzia³anie miêdzy ró¿nymi systemami
+operacyjnymi i brak potrzeby dedykowanego dodatkowego po³±czenia
+sieciowego miêdzy nadmiarowymi hostami.
 
 %prep
 %setup -q 
@@ -27,10 +48,9 @@ Common Address Redundancy Protocol (CARP) for Unix
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
-#install -d $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.064073 seconds and 4 git commands to generate.