Updating to latest libtest.
[awesomized/libmemcached] / support / libmemcached.spec.in
index 337d1ec6a1ecf9440acc8d28b454fc713cf8abc5..ccfd9a7ee0a15e6906230dedc2864baa585f97af 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