Merge
[awesomized/libmemcached] / support / libmemcached-fc.spec.in
index 24ff9d401eebeeecb281db44d2f3bff89e6646d7..a1d4b3f3b4802fd4887c22b8e1c36cd5c7656083 100644 (file)
@@ -4,7 +4,7 @@ Version: @VERSION@
 Release:   1%{?dist}
 License:   BSD
 Group:     System Environment/Libraries
-URL:       http://tangent.org/552/libmemcached.html
+URL:       http://libmemcached.org/
 Source0:   http://download.tangent.org/libmemcached-%{version}.tar.gz
 
 # For test suite
@@ -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
@@ -79,7 +79,10 @@ you will need to install %{name}-devel.
 %{_bindir}/mem*
 %exclude %{_libdir}/libmemcached.a
 %exclude %{_libdir}/libmemcached.la
+%exclude %{_libdir}/libmemcachedutil.a
+%exclude %{_libdir}/libmemcachedutil.la
 %{_libdir}/libmemcached.so.*
+%{_libdir}/libmemcachedutil.so.*
 %{_mandir}/man1/mem*
 
 
@@ -88,8 +91,8 @@ you will need to install %{name}-devel.
 %doc examples
 %{_includedir}/libmemcached
 %{_libdir}/libmemcached.so
+%{_libdir}/libmemcachedutil.so
 %{_libdir}/pkgconfig/libmemcached.pc
-%{_libdir}/libmemcached.so
 %{_mandir}/man3/libmemcached*.3.gz
 %{_mandir}/man3/memcached_*.3.gz