Accepting request 95971 from devel:libraries:c_c++

- "BSD" is not a valid spdx.org license (forwarded request 95964 from coolo)

OBS-URL: https://build.opensuse.org/request/show/95971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmemcached?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2011-12-13 16:11:42 +00:00 committed by Git OBS Bridge
commit 29852b1145
2 changed files with 10 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 8 13:40:27 UTC 2011 - coolo@suse.com
- "BSD" is not a valid spdx.org license
-------------------------------------------------------------------
Wed Oct 12 19:38:05 UTC 2011 - jengelh@medozas.de

View File

@ -15,21 +15,20 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: libmemcached
# List of additional build dependencies
BuildRequires: gcc-c++ memcached
BuildRequires: gcc-c++
BuildRequires: memcached
%if 0%{?suse_version} > 1020
BuildRequires: fdupes
%endif
Version: 0.30
Release: 1
License: BSD
Release: 0
# http://download.tangent.org/libmemcached-%{version}.tar.gz
Source: %{name}-%{version}.tar.bz2
Group: Development/Libraries/C and C++
Summary: Libmemcached is a C and C++ client library to the memcached server
License: BSD-3-Clause
Group: Development/Libraries/C and C++
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -40,7 +39,6 @@ memory usage, thread safe, and provide full access to server side
methods.
%package -n libmemcached2
Group: Development/Libraries/C and C++
Summary: Libmemcached is a C and C++ client library to the memcached server
%description -n libmemcached2
@ -50,7 +48,6 @@ memory usage, thread safe, and provide full access to server side
methods.
%package -n libmemcachedutil0
Group: Development/Libraries/C and C++
Summary: Libmemcached is a C and C++ client library to the memcached server
%description -n libmemcachedutil0
@ -63,7 +60,6 @@ The libmemcachedutil library contains utility functions used by
libmemcached.
%package devel
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