rpms/tabled/devel .cvsignore, 1.6, 1.7 sources, 1.21, 1.22 tabled.spec, 1.31, 1.32 tabled-0.5-build3s.patch, 1.1, NONE

Jeff Garzik jgarzik at fedoraproject.org
Thu Jul 15 07:13:58 UTC 2010


Author: jgarzik

Update of /cvs/pkgs/rpms/tabled/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27208

Modified Files:
	.cvsignore sources tabled.spec 
Removed Files:
	tabled-0.5-build3s.patch 
Log Message:
update to 33595340bc7ed226623baf75a9ccdabfc2a47a7f, building against new 'hail' pkg


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tabled/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	1 Dec 2009 01:16:37 -0000	1.6
+++ .cvsignore	15 Jul 2010 07:13:55 -0000	1.7
@@ -1 +1 @@
-tabled-0.5git.tar.gz
+tabled-0.5.1git.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tabled/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- sources	19 Apr 2010 04:52:05 -0000	1.21
+++ sources	15 Jul 2010 07:13:56 -0000	1.22
@@ -1 +1 @@
-58e5451edaa38c88a5e5893ca06b03b9  tabled-0.5git.tar.gz
+c596e90c63c3c85a71f59e6830815600  tabled-0.5.1git.tar.gz


Index: tabled.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tabled/devel/tabled.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- tabled.spec	29 Jun 2010 01:24:40 -0000	1.31
+++ tabled.spec	15 Jul 2010 07:13:57 -0000	1.32
@@ -1,18 +1,21 @@
 Name:		tabled
-Version:	0.5
-Release:	0.7.m1%{?dist}
+Version:	0.5.1
+Release:	0.1.g33595340%{?dist}
 Summary:	Distributed key/value table service
 
 Group:		System Environment/Base
 License:	GPLv2
 URL:		http://hail.wiki.kernel.org/
 
-# pulled from upstream git, commit 091d6a5df9d9381958db35cc3a215dc3bc26c380
+# pulled from upstream git, commit 33595340bc7ed226623baf75a9ccdabfc2a47a7f
 # to recreate tarball, check out commit, then run "make dist"
 Source0:	tabled-%{version}git.tar.gz
+
+#uncomment this, if a full release version of tabled
+#Source0:	http://www.kernel.org/pub/software/network/distsrv/tabled/tabled-%{version}.tar.gz
+
 Source2:	tabled.init
 Source3:	tabled.sysconf
-Patch00:	tabled-0.5-build3s.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # N.B. We need chunkd and cld to build, because our "make check" spawns
@@ -20,33 +23,23 @@ BuildRoot:	%{_tmppath}/%{name}-%{version
 BuildRequires:	db4-devel libevent-devel glib2-devel pcre-devel
 BuildRequires:	chunkd cld libcurl-devel
 BuildRequires:	procps
-BuildRequires:	cld-devel >= 0.2.1
-BuildRequires:	chunkd-devel >= 0.4
+BuildRequires:	hail-devel >= 0.7
 
-Requires:	cld >= 0.2.1
-Requires:	chunkd >= 0.4
+Requires:	cld >= 0.7
+Requires:	chunkd >= 0.7
 
 %description
 tabled provides an infinitely scalable, lexicographically sorted
-key/value lookup table. Keys cannot exceed 1024 bytes; values can be
+key/value look-up table. Keys cannot exceed 1024 bytes; values can be
 any size, including several gigabytes or more.
 
 tabled user interface is HTTP REST, and is intended to be compatible with
 existing Amazon S3 clients.
 
-%package devel
-Summary: Development files for %{name}
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-Requires: pkgconfig
-
-%description devel
-The %{name}-devel package contains libraries and header files for
-developing applications that use %{name}.
 
 %prep
-%setup -q -n tabled-0.5git
-%patch00 -p1
+%setup -q -n tabled-0.5.1git
+
 
 %build
 %configure --disable-static
@@ -93,18 +86,16 @@ fi
 %doc AUTHORS COPYING LICENSE README NEWS doc/*.txt
 %{_sbindir}/tabled
 %{_sbindir}/tdbadm
-%{_libdir}/*.so.*
 %attr(0755,root,root)	%{_initddir}/tabled
 %config(noreplace)	%{_sysconfdir}/sysconfig/tabled
 
-%files devel
-%defattr(-,root,root,-)
-%{_libdir}/lib*.so
-%{_libdir}/pkgconfig/*
-%{_includedir}/*
-
 %changelog
-* Mon Jun 28 2010 Pete Zaitce <zaitcev at redhat.com>
+* Thu Jul 15 2010 Jeff Garzik <jgarzik at redhat.com> - 0.5.1-0.1.g33595340
+- add sources for git commit 33595340bc7ed226623baf75a9ccdabfc2a47a7f
+- build against newly consolidated 'hail' pkg
+- removed now-unneeded tabled-devel RPM
+
+* Mon Jun 28 2010 Pete Zaitce <zaitcev at redhat.com> - 0.5-0.7.m1
 - Revert to a staggered start in start-daemon
 - Test build, bump to 0.5-0.7.m1 (from 0.5-0.7.g091d6a5d)
 


--- tabled-0.5-build3s.patch DELETED ---



More information about the scm-commits mailing list