Merge in spec file updates.
authorBrian Aker <brian@tangent.org>
Thu, 14 Jul 2011 19:03:43 +0000 (12:03 -0700)
committerBrian Aker <brian@tangent.org>
Thu, 14 Jul 2011 19:03:43 +0000 (12:03 -0700)
support/libmemcached-fc.spec.in
support/libmemcached.spec.in

index 8535bcad5493b9277382570ad5aa117102069ebb..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,7 +44,7 @@ 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
index 69af8b419a74f1b56963afe0d33b6625dc9149af..749d997311e6350bce8019a27fe04ae39418ddeb 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/*.{c,cc,cpp,h} examples/
 
 
 %build