|
From: <di...@us...> - 2007-02-01 03:40:09
|
Revision: 350
http://safekeep.svn.sourceforge.net/safekeep/?rev=350&view=rev
Author: dimi
Date: 2007-01-31 19:40:07 -0800 (Wed, 31 Jan 2007)
Log Message:
-----------
Repeat the generic description of the package in all subpackages.
Modified Paths:
--------------
safekeep/trunk/safekeep.spec.in
Modified: safekeep/trunk/safekeep.spec.in
===================================================================
--- safekeep/trunk/safekeep.spec.in 2007-01-31 23:49:41 UTC (rev 349)
+++ safekeep/trunk/safekeep.spec.in 2007-02-01 03:40:07 UTC (rev 350)
@@ -21,7 +21,7 @@
%description
SafeKeep is a client/server backup system which enhances the
-power of rdiff-backup with simple configuration and use.
+power of rdiff-backup with simple, centralized configuration.
%package common
Summary: The SafeKeep backup system (common component)
@@ -31,9 +31,12 @@
Requires(pre): python >= 2.3
%description common
-The common component of the SafeKeep backup system.
-This is shared in between the client/server components.
+SafeKeep is a client/server backup system which enhances the
+power of rdiff-backup with simple, centralized configuration.
+This is the common component of SafeKeep. It is shared in
+between the client/server components.
+
%package client
Summary: The SafeKeep backup system (client component)
Group: Applications/System
@@ -43,10 +46,12 @@
Requires(pre): safekeep-common = %{PACKAGE_VERSION}
%description client
-The client component of the SafeKeep backup system.
-This component should be installed on all hosts that
-need to be backed-up.
+SafeKeep is a client/server backup system which enhances the
+power of rdiff-backup with simple, centralized configuration.
+This is the client component of SafeKeep. It should be
+installed on all hosts that need to be backed-up.
+
%package server
Summary: The SafeKeep backup system (server component)
Group: Applications/System
@@ -55,10 +60,12 @@
Requires(pre): safekeep-common = %{PACKAGE_VERSION}
%description server
-The server component of the SafeKeep backup system.
-This component should be installed on the server on
-which the data will be backed-up to.
+SafeKeep is a client/server backup system which enhances the
+power of rdiff-backup with simple, centralized configuration.
+This is the server component of SafeKeep. It should be
+installed on the server on which the data will be backed-up to.
+
%prep
%setup -q
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|