4 Summary: A Simple kv store application
6 Group:System Environment/Base
7 Source0: http://salud.ucsd.edu/~jcm/scaling/kvstore-0.1.tar.gz
8 BuildRoot: %{_tmppath}/%{name}%{version}%{release}root%(%{__id_u} jcm)
10 Requires: boost protobuf db4
11 BuildRequires: boost-devel gtest-devel protobuf-devel db4-devel
15 Key Value Store with simple backend and google protocol buffer rpc.
25 mkdir -p %{buildroot}%{_bindir}
26 scons --prefix=%{buildroot} install
32 %defattr(-,root,root,-)