%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.
%setup -q
%{__mkdir} examples
-%{__cp} tests/*.{c,cpp,h} examples/
+%{__cp} tests/*.{c,cc,cpp,h} examples/
%build
%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.
%setup -q
%{__mkdir} examples
-%{__cp} tests/*.{c,cpp,h} examples/
+%{__cp} tests/*.{c,cc,cpp,h} examples/
%build