X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=support%2Flibmemcached.spec.in;h=1ee25d76fa93fc3d606af76cfc6936dfbd204bf5;hb=6949713f6af6882749d4827e6af46c3ca7c3e8ff;hp=6b022b433faaf92bec604d72795f7992680d759c;hpb=55e0ec6389a0d13dde237552cfef6b83b4728e3f;p=m6w6%2Flibmemcached diff --git a/support/libmemcached.spec.in b/support/libmemcached.spec.in index 6b022b43..1ee25d76 100644 --- a/support/libmemcached.spec.in +++ b/support/libmemcached.spec.in @@ -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,12 +45,12 @@ you will need to install %{name}-devel. %setup -q %{__mkdir} examples -%{__cp} tests/*.{c,cpp,h} examples/ +%{__cp} tests/*.{cc,cpp,h} examples/ %build %configure -%{__make} %{_smp_mflags} +%{__make} %install @@ -82,14 +82,14 @@ you will need to install %{name}-devel. %exclude %{_libdir}/libhashkit.la %exclude %{_libdir}/libmemcachedutil.la %exclude %{_libdir}/libmemcachedprotocol.la -%{_libdir}/libhashkit.so.0.0.0 -%{_libdir}/libmemcached.so.5.0.2 -%{_libdir}/libmemcachedutil.so.1.0.0 +%{_libdir}/libhashkit.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.0 -%{_libdir}/libmemcached.so.5 +%{_libdir}/libhashkit.so.1 +%{_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 @@ -97,6 +97,7 @@ you will need to install %{name}-devel. %{_mandir}/man1/memerror.1.gz %{_mandir}/man1/memflush.1.gz %{_mandir}/man1/memrm.1.gz +%{_mandir}/man1/memaslap.1.gz %{_mandir}/man1/memslap.1.gz %{_mandir}/man1/memstat.1.gz @@ -104,33 +105,44 @@ you will need to install %{name}-devel. %files devel %defattr (-,root,root,-) %doc examples -%{_includedir}/libmemcached/allocators.h -%{_includedir}/libmemcached/delete.h -%{_includedir}/libmemcached/fetch.h -%{_includedir}/libmemcached/flush.h %{_includedir}/libhashkit/algorithm.h %{_includedir}/libhashkit/behavior.h %{_includedir}/libhashkit/configure.h %{_includedir}/libhashkit/digest.h %{_includedir}/libhashkit/function.h %{_includedir}/libhashkit/hashkit.h +%{_includedir}/libhashkit/hashkit.hpp +%{_includedir}/libhashkit/str_algorithm.h %{_includedir}/libhashkit/strerror.h %{_includedir}/libhashkit/types.h %{_includedir}/libhashkit/visibility.h +%{_includedir}/libhashkit/hashkit.hpp + +%{_includedir}/libmemcached/allocators.h %{_includedir}/libmemcached/analyze.h +%{_includedir}/libmemcached/array.h %{_includedir}/libmemcached/auto.h +%{_includedir}/libmemcached/basic_string.h %{_includedir}/libmemcached/behavior.h %{_includedir}/libmemcached/callback.h %{_includedir}/libmemcached/configure.h %{_includedir}/libmemcached/constants.h +%{_includedir}/libmemcached/delete.h %{_includedir}/libmemcached/dump.h +%{_includedir}/libmemcached/error.h %{_includedir}/libmemcached/exception.hpp +%{_includedir}/libmemcached/fetch.h +%{_includedir}/libmemcached/flush.h %{_includedir}/libmemcached/flush_buffers.h %{_includedir}/libmemcached/get.h %{_includedir}/libmemcached/hash.h %{_includedir}/libmemcached/memcached.h %{_includedir}/libmemcached/memcached.hpp +%{_includedir}/libmemcached/memcached/protocol_binary.h +%{_includedir}/libmemcached/memcached/vbucket.h %{_includedir}/libmemcached/memcached_util.h +%{_includedir}/libmemcached/namespace.h +%{_includedir}/libmemcached/options.h %{_includedir}/libmemcached/parse.h %{_includedir}/libmemcached/platform.h %{_includedir}/libmemcached/protocol/cache.h @@ -138,6 +150,7 @@ you will need to install %{name}-devel. %{_includedir}/libmemcached/protocol_handler.h %{_includedir}/libmemcached/quit.h %{_includedir}/libmemcached/result.h +%{_includedir}/libmemcached/return.h %{_includedir}/libmemcached/sasl.h %{_includedir}/libmemcached/server.h %{_includedir}/libmemcached/server_list.h @@ -147,6 +160,8 @@ 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/pid.h %{_includedir}/libmemcached/util/ping.h %{_includedir}/libmemcached/util/pool.h %{_includedir}/libmemcached/util/version.h @@ -154,7 +169,6 @@ you will need to install %{name}-devel. %{_includedir}/libmemcached/version.h %{_includedir}/libmemcached/visibility.h %{_includedir}/libmemcached/watchpoint.h -%{_includedir}/libmemcached/memcached/protocol_binary.h %{_libdir}/libhashkit.so %{_libdir}/libmemcached.so %{_libdir}/libmemcachedprotocol.so @@ -175,9 +189,13 @@ you will need to install %{name}-devel. %{_mandir}/man3/hashkit_md5.3.gz %{_mandir}/man3/hashkit_murmur.3.gz %{_mandir}/man3/hashkit_value.3.gz +%{_mandir}/man3/libhashkit.3.gz %{_mandir}/man3/libmemcached.3.gz +%{_mandir}/man3/libmemcached_check_configuration.3.gz +%{_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 @@ -202,6 +220,7 @@ you will need to install %{name}-devel. %{_mandir}/man3/memcached_fetch_result.3.gz %{_mandir}/man3/memcached_flush_buffers.3.gz %{_mandir}/man3/memcached_free.3.gz +%{_mandir}/man3/memcached_generate_hash.3.gz %{_mandir}/man3/memcached_generate_hash_value.3.gz %{_mandir}/man3/memcached_get.3.gz %{_mandir}/man3/memcached_get_by_key.3.gz @@ -221,6 +240,7 @@ you will need to install %{name}-devel. %{_mandir}/man3/memcached_pool_destroy.3.gz %{_mandir}/man3/memcached_pool_pop.3.gz %{_mandir}/man3/memcached_pool_push.3.gz +%{_mandir}/man3/memcached_pool_st.3.gz %{_mandir}/man3/memcached_prepend.3.gz %{_mandir}/man3/memcached_prepend_by_key.3.gz %{_mandir}/man3/memcached_quit.3.gz