Updated to latest pandora-build. Removed the .ver scripts to be consistent with other...
[m6w6/libmemcached] / support / libmemcached.spec.in
index 310f7ccdbadf4c584113ea8dbd40ce8bd586c25a..648ee53f6e54b4d8ca93a371ae84d5ca0cc6b856 100644 (file)
@@ -27,6 +27,7 @@ memstat - Dump the stats of your servers to standard output.
 memslap - Generate testing loads on a memcached cluster.
 memcp - Copy files to memcached servers.
 memerror - Creates human readable messages from libmemecached error codes.
+memcapable - Verify a memcached server for protocol behavior.
 
 
 %package devel
@@ -79,7 +80,13 @@ you will need to install %{name}-devel.
 %{_bindir}/mem*
 %exclude %{_libdir}/libmemcached.a
 %exclude %{_libdir}/libmemcached.la
+%exclude %{_libdir}/libmemcachedutil.a
+%exclude %{_libdir}/libmemcachedprotocol.a
+%exclude %{_libdir}/libmemcachedutil.la
+%exclude %{_libdir}/libmemcachedprotocol.la
 %{_libdir}/libmemcached.so.*
+%{_libdir}/libmemcachedutil.so.*
+%{_libdir}/libmemcachedprotocol.so.*
 %{_mandir}/man1/mem*
 
 
@@ -88,8 +95,9 @@ you will need to install %{name}-devel.
 %doc examples
 %{_includedir}/libmemcached
 %{_libdir}/libmemcached.so
+%{_libdir}/libmemcachedutil.so
+%{_libdir}/libmemcachedprotocol.so
 %{_libdir}/pkgconfig/libmemcached.pc
-%{_libdir}/libmemcached.so
 %{_mandir}/man3/libmemcached*.3.gz
 %{_mandir}/man3/memcached_*.3.gz