From: Brian Aker Date: Thu, 14 Jul 2011 19:03:43 +0000 (-0700) Subject: Merge in spec file updates. X-Git-Tag: 0.51~1^2~6^2~1 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=sidebyside;h=4c9fd684732a33a1bbcf2658201dd515bcd92598;p=awesomized%2Flibmemcached Merge in spec file updates. --- diff --git a/support/libmemcached-fc.spec.in b/support/libmemcached-fc.spec.in index 8535bcad..a1d4b3f3 100644 --- a/support/libmemcached-fc.spec.in +++ b/support/libmemcached-fc.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. @@ -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 diff --git a/support/libmemcached.spec.in b/support/libmemcached.spec.in index 69af8b41..749d9973 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,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