|
From: <di...@us...> - 2007-02-12 00:40:48
|
Revision: 413
http://safekeep.svn.sourceforge.net/safekeep/?rev=413&view=rev
Author: dimi
Date: 2007-02-11 16:40:46 -0800 (Sun, 11 Feb 2007)
Log Message:
-----------
"Jeff Spaleta" <jsp...@gm...>
Get RPM into shape for a fedora project submission.
Modified Paths:
--------------
safekeep/trunk/safekeep.spec.in
Modified: safekeep/trunk/safekeep.spec.in
===================================================================
--- safekeep/trunk/safekeep.spec.in 2007-02-11 01:17:04 UTC (rev 412)
+++ safekeep/trunk/safekeep.spec.in 2007-02-12 00:40:46 UTC (rev 413)
@@ -7,14 +7,12 @@
Version: %{version}
Release: %{release}%{?dist}
Summary: The SafeKeep backup system
-Vendor: Lattica, Inc.
Group: Applications/System
License: GPL
URL: http://safekeep.sourceforge.net
-Source0: %{name}-%{version}.tar.gz
+Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Prefix: %{_prefix}
BuildArch: noarch
BuildRequires: xmlto, asciidoc > 6.0.3
@@ -26,9 +24,8 @@
%package common
Summary: The SafeKeep backup system (common component)
Group: Applications/System
-Obsoletes: safekeep
Requires: rdiff-backup
-Requires(pre): python >= 2.2
+Requires: python >= 2.2
%description common
SafeKeep is a client/server backup system which enhances the
@@ -43,7 +40,7 @@
Requires: openssh-server
Requires: coreutils
Requires: util-linux
-Requires(pre): safekeep-common = %{PACKAGE_VERSION}
+Requires: safekeep-common = %{PACKAGE_VERSION}
%description client
SafeKeep is a client/server backup system which enhances the
@@ -55,9 +52,10 @@
%package server
Summary: The SafeKeep backup system (server component)
Group: Applications/System
-Prereq: /usr/sbin/useradd
+Requires(pre): /usr/sbin/useradd
+Requires(unpre):/usr/sbin/userdel
Requires: openssh, openssh-clients
-Requires(pre): safekeep-common = %{PACKAGE_VERSION}
+Requires: safekeep-common = %{PACKAGE_VERSION}
%description server
SafeKeep is a client/server backup system which enhances the
@@ -115,4 +113,5 @@
%doc AUTHORS COPYING LICENSE
%changelog
-
+* Sun Feb 11 2007 Jef Spaleta <jsp...@gm...> 0.9.0-1
+- Initial build meant for Fedora package submission
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|