Accepting request 928122 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/928122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmemcached?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2021-10-31 21:55:31 +00:00 committed by Git OBS Bridge
commit 47d9ac1dc8
2 changed files with 23 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 21 16:08:29 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
- Move libmemcachedprotocol library into its own package to
fix shlib-policy-name-error. Fixes bsc#1191767
-------------------------------------------------------------------
Fri Jun 7 12:32:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libmemcached
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -73,6 +73,18 @@ usage, thread safe, and provide full access to server side methods.
The libmemcachedutil library contains utility functions used by
libmemcached.
%package -n libmemcachedprotocol0
Summary: Libmemcached is a C/C++ client library and tools for the memcached server
Group: System/Libraries
%description -n libmemcachedprotocol0
Libmemcached is a C/C++ client library and tools for the memcached server
(http://memcached.org/). It has been designed to be light on memory
usage, thread safe, and provide full access to server side methods.
The libmemcachedprotocol library contains functions with interacting with
the memcached server.
%package devel
Summary: Libmemcached is a C/C++ client library and tools for the memcached server
Group: Development/Libraries/C and C++
@ -115,6 +127,8 @@ rm -f %{buildroot}%{_datadir}/aclocal/ax_libmemcached.m4
%postun -n %{libsoname} -p /sbin/ldconfig
%post -n libmemcachedutil2 -p /sbin/ldconfig
%postun -n libmemcachedutil2 -p /sbin/ldconfig
%post -n libmemcachedprotocol0 -p /sbin/ldconfig
%postun -n libmemcachedprotocol0 -p /sbin/ldconfig
%files
%{_bindir}/memcapable
@ -141,6 +155,8 @@ rm -f %{buildroot}%{_datadir}/aclocal/ax_libmemcached.m4
%{_libdir}/libhashkit.so.2.*.*
%{_libdir}/libmemcachedutil.so.2
%{_libdir}/libmemcachedutil.so.2.*.*
%files -n libmemcachedprotocol0
%{_libdir}/libmemcachedprotocol.so.0
%{_libdir}/libmemcachedprotocol.so.0.*.*