Accepting request 88107 from devel:libraries:c_c++

- Remove redundant/unwanted tags/sections (cf. specfile guidelines)
- Add missing Requires:libmemcachedutil0 to -devel subpackage
- Do parallel build with %_smp_mflags (forwarded request 87586 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/88107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmemcached?expand=0&rev=4
This commit is contained in:
Sascha Peilicke 2011-10-18 12:19:54 +00:00 committed by Git OBS Bridge
parent bc5254cd20
commit 784c1d1e65
2 changed files with 9 additions and 7 deletions

View File

@ -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

View File

@ -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