diff --git a/libmemcached.changes b/libmemcached.changes index 6fb633e..2078bdb 100644 --- a/libmemcached.changes +++ b/libmemcached.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 12 19:38:05 UTC 2011 - jengelh@medozas.de + +- Remove redundant/unwanted tags/sections (cf. specfile guidelines) +- Add missing Requires:libmemcachedutil0 to -devel subpackage +- Do parallel build with %_smp_mflags + ------------------------------------------------------------------- Tue Jun 2 19:49:13 CEST 2009 - pascal.bleser@opensuse.org diff --git a/libmemcached.spec b/libmemcached.spec index cfdbad0..f636ee4 100644 --- a/libmemcached.spec +++ b/libmemcached.spec @@ -40,7 +40,6 @@ memory usage, thread safe, and provide full access to server side methods. %package -n libmemcached2 -License: BSD Group: Development/Libraries/C and C++ Summary: Libmemcached is a C and C++ client library to the memcached server @@ -51,7 +50,6 @@ memory usage, thread safe, and provide full access to server side methods. %package -n libmemcachedutil0 -License: BSD Group: Development/Libraries/C and C++ Summary: Libmemcached is a C and C++ client library to the memcached server @@ -65,9 +63,9 @@ The libmemcachedutil library contains utility functions used by libmemcached. %package devel -License: BSD Group: Development/Libraries/C and C++ Requires: %{name} = %{version} libmemcached2 = %{version} glibc-devel +Requires: libmemcachedutil0 = %version Summary: Libmemcached is a C and C++ client library to the memcached server %description devel @@ -81,7 +79,7 @@ methods. %build %configure --with-memcached=%{_sbindir}/memcached --disable-static --with-pic -%__make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install %makeinstall @@ -94,9 +92,6 @@ methods. #%check #%__make check -%clean -%__rm -rf "%{buildroot}" - %post -n libmemcached2 -p /sbin/ldconfig %postun -n libmemcached2 -p /sbin/ldconfig