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:
parent
784c1d1e65
commit
4a693d9f17
@ -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
|
Wed Oct 12 19:38:05 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -15,21 +15,20 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libmemcached
|
Name: libmemcached
|
||||||
# List of additional build dependencies
|
# List of additional build dependencies
|
||||||
BuildRequires: gcc-c++ memcached
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: memcached
|
||||||
%if 0%{?suse_version} > 1020
|
%if 0%{?suse_version} > 1020
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
Version: 0.30
|
Version: 0.30
|
||||||
Release: 1
|
Release: 0
|
||||||
License: BSD
|
|
||||||
# http://download.tangent.org/libmemcached-%{version}.tar.gz
|
# http://download.tangent.org/libmemcached-%{version}.tar.gz
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Summary: Libmemcached is a C and C++ client library to the memcached server
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -40,7 +39,6 @@ memory usage, thread safe, and provide full access to server side
|
|||||||
methods.
|
methods.
|
||||||
|
|
||||||
%package -n libmemcached2
|
%package -n libmemcached2
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Summary: Libmemcached is a C and C++ client library to the memcached server
|
Summary: Libmemcached is a C and C++ client library to the memcached server
|
||||||
|
|
||||||
%description -n libmemcached2
|
%description -n libmemcached2
|
||||||
@ -50,7 +48,6 @@ memory usage, thread safe, and provide full access to server side
|
|||||||
methods.
|
methods.
|
||||||
|
|
||||||
%package -n libmemcachedutil0
|
%package -n libmemcachedutil0
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Summary: Libmemcached is a C and C++ client library to the memcached server
|
Summary: Libmemcached is a C and C++ client library to the memcached server
|
||||||
|
|
||||||
%description -n libmemcachedutil0
|
%description -n libmemcachedutil0
|
||||||
@ -63,7 +60,6 @@ The libmemcachedutil library contains utility functions used by
|
|||||||
libmemcached.
|
libmemcached.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Requires: %{name} = %{version} libmemcached2 = %{version} glibc-devel
|
Requires: %{name} = %{version} libmemcached2 = %{version} glibc-devel
|
||||||
Requires: libmemcachedutil0 = %version
|
Requires: libmemcachedutil0 = %version
|
||||||
Summary: Libmemcached is a C and C++ client library to the memcached server
|
Summary: Libmemcached is a C and C++ client library to the memcached server
|
||||||
|
Loading…
Reference in New Issue
Block a user