X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=support%2Flibmemcached.spec;fp=support%2Flibmemcached.spec;h=dff6364dd4df4c1899ea715d614c3332cb808364;hb=65cc8fe3a99d6205cf0ff4043382f72fcdf9b827;hp=dded6e8a27d071cfdf8a8df391883418b27b709a;hpb=ced4280adf00334731d3e17057c6a893ea04be09;p=awesomized%2Flibmemcached diff --git a/support/libmemcached.spec b/support/libmemcached.spec index dded6e8a..dff6364d 100644 --- a/support/libmemcached.spec +++ b/support/libmemcached.spec @@ -1,6 +1,6 @@ Summary: memcached C library and command line tools Name: libmemcached -Version: 0.2 +Version: 0.3 Release: 1 License: BSD Group: System Environment/Libraries @@ -22,6 +22,7 @@ memcat - Copy the value of a key to standard output memflush - Flush the contents of your servers. memrm - Remove a key(s) from the serrver. memstat - Dump the stats of your servers to standard output +memslap - Generate testing loads on a memcached cluster %prep %setup -q @@ -44,6 +45,7 @@ memstat - Dump the stats of your servers to standard output %{_bindir}/memflush %{_bindir}/memrm %{_bindir}/memstat +%{_bindir}/memslap %{_includedir}/libmemcached/memcached.h %{_libdir}/libmemcached.a %{_libdir}/libmemcached.la @@ -52,5 +54,8 @@ memstat - Dump the stats of your servers to standard output %{_libdir}/libmemcached.so.0.0.0 %changelog +* Mon Oct 1 2007 Brian Aker - 0.3-1 +- Added memslap + * Fri Sep 28 2007 Jeff Fisher - 0.2-1 - Initial package