From 4c9fd684732a33a1bbcf2658201dd515bcd92598 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Thu, 14 Jul 2011 12:03:43 -0700 Subject: [PATCH] Merge in spec file updates. --- support/libmemcached-fc.spec.in | 4 ++-- support/libmemcached.spec.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.30.2