Merge in all of libtest updates.
[awesomized/libmemcached] / support / libmemcached.spec.in
index 2e93ffb9bf136f3b3c0f946cf7ea1da98baf4389..8542312f58e65fc16089b931da08868e518d1e1d 100644 (file)
@@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 
 %description
-libmemcached is a C client library to the memcached server
+libmemcached, http://libmemcached.org/, is a C client library to the memcached server
 (http://danga.com/memcached). It has been designed to be light on memory
 usage, and provide full access to server side methods.
 
@@ -45,7 +45,7 @@ you will need to install %{name}-devel.
 %setup -q
 
 %{__mkdir} examples
-%{__cp} tests/*.{c,cpp,h} examples/
+%{__cp} tests/*.{cc,cpp,h} examples/
 
 
 %build
@@ -83,13 +83,13 @@ you will need to install %{name}-devel.
 %exclude %{_libdir}/libmemcachedutil.la
 %exclude %{_libdir}/libmemcachedprotocol.la
 %{_libdir}/libhashkit.so.1.0.0
-%{_libdir}/libmemcached.so.6.0.0
-%{_libdir}/libmemcachedutil.so.1.0.0
+%{_libdir}/libmemcached.so.8.0.0
+%{_libdir}/libmemcachedutil.so.2.0.0
 %{_libdir}/libmemcachedprotocol.so.0.0.0
 %{_libdir}/libhashkit.so.1
-%{_libdir}/libmemcached.so.6
+%{_libdir}/libmemcached.so.8
 %{_libdir}/libmemcachedprotocol.so.0
-%{_libdir}/libmemcachedutil.so.1
+%{_libdir}/libmemcachedutil.so.2
 %{_mandir}/man1/memcapable.1.gz
 %{_mandir}/man1/memcat.1.gz
 %{_mandir}/man1/memcp.1.gz
@@ -155,6 +155,7 @@ you will need to install %{name}-devel.
 %{_includedir}/libmemcached/string.h
 %{_includedir}/libmemcached/types.h
 %{_includedir}/libmemcached/util.h
+%{_includedir}/libmemcached/util/flush.h
 %{_includedir}/libmemcached/util/ping.h
 %{_includedir}/libmemcached/util/pool.h
 %{_includedir}/libmemcached/util/version.h
@@ -188,6 +189,7 @@ you will need to install %{name}-devel.
 %{_mandir}/man3/libmemcached_configuration.3.gz
 %{_mandir}/man3/libmemcached_examples.3.gz
 %{_mandir}/man3/libmemcachedutil.3.gz
+%{_mandir}/man3/memcached.3.gz
 %{_mandir}/man3/memcached_add.3.gz
 %{_mandir}/man3/memcached_add_by_key.3.gz
 %{_mandir}/man3/memcached_analyze.3.gz
@@ -201,7 +203,6 @@ you will need to install %{name}-devel.
 %{_mandir}/man3/memcached_cas_by_key.3.gz
 %{_mandir}/man3/memcached_clone.3.gz
 %{_mandir}/man3/memcached_create.3.gz
-%{_mandir}/man3/memcached_create_with_options.3.gz
 %{_mandir}/man3/memcached_decrement.3.gz
 %{_mandir}/man3/memcached_decrement_with_initial.3.gz
 %{_mandir}/man3/memcached_delete.3.gz