rpms/cld/devel cld.spec,1.1,1.2

Jeff Garzik jgarzik at fedoraproject.org
Sun Jul 19 19:10:24 UTC 2009


Author: jgarzik

Update of /cvs/pkgs/rpms/cld/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2402

Modified Files:
	cld.spec 
Log Message:
spec: improve pkg desc. add tarball regen insns, per guidelines.


Index: cld.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cld/devel/cld.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- cld.spec	17 Jul 2009 20:12:32 -0000	1.1
+++ cld.spec	19 Jul 2009 19:09:54 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		cld
 Version:	0.2
-Release:	0.1.g023a127d%{?dist}
+Release:	0.2.g023a127d%{?dist}
 Summary:	Coarse locking daemon
 
 Group:		System Environment/Base
@@ -8,6 +8,7 @@ License:	GPLv2
 URL:		http://hail.wiki.kernel.org/
 
 # pulled from upstream git, commit 023a127de02c91f62f3911978b59244009c67b2c
+# to recreate tarball, check out commit, then run "make dist"
 Source0:	cld-%{version}git.tar.gz
 Source2:	cld.init
 Source3:	cld.sysconf
@@ -21,7 +22,13 @@ BuildRequires:	texlive-latex
 ExcludeArch: ppc ppc64
 
 %description
-Coarse locking daemon.
+Coarse locking daemon for cloud computing.  This software provides
+a cache-coherent, highly-available distributed filesystem for small
+files.
+
+CLD's primary uses include consensus service (election of a master,
+with fail-over, also known as lock service), reliable name space,
+and reliable small file storage.
 
 %package devel
 Summary: Development files for %{name}
@@ -94,7 +101,11 @@ fi
 %{_includedir}/*
 
 %changelog
-* Fri Jul 17 2009 Jeff Garzik <jgarzik at redhat.com> - 0.2-0.1.g023a127d%{?dist}
+* Sun Jul 19 2009 Jeff Garzik <jgarzik at redhat.com> - 0.2-0.2.g023a127d
+- improve package description
+- per guidelines, indicate how to regenerate tarball from git repo
+
+* Fri Jul 17 2009 Jeff Garzik <jgarzik at redhat.com> - 0.2-0.1.g023a127d
 - update with new release version scheme
 - kill RPM_BUILD_ROOT
 




More information about the fedora-extras-commits mailing list