Final bits for 1.0.9
[awesomized/libmemcached] / support / libmemcached-fc.spec.in
index 05f369a83fe5771ee2a9bd6f41cfc65fb9b6c93d..a1d4b3f3b4802fd4887c22b8e1c36cd5c7656083 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.
 
@@ -44,12 +44,12 @@ you will need to install %{name}-devel.
 %setup -q
 
 %{__mkdir} examples
-%{__cp} tests/*.{c,cpp,h} examples/
+%{__cp} tests/*.{c,cc,cpp,h} examples/
 
 
 %build
 %configure
-%{__make} %{_smp_mflags}
+%{__make}
 
 
 %install