SHA256
1
0
forked from pool/libmemcached

Accepting request 95964 from devel:openSUSE:Factory:for-legal

- "BSD" is not a valid spdx.org license

OBS-URL: https://build.opensuse.org/request/show/95964
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmemcached?expand=0&rev=14
This commit is contained in:
Ismail Dönmez 2011-12-08 13:45:25 +00:00 committed by Git OBS Bridge
parent 784c1d1e65
commit 4a693d9f17
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