forked from pool/libmemcached
Accepting request 101568 from home:computersalat:devel:libs
add missing Group to subpkg OBS-URL: https://build.opensuse.org/request/show/101568 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmemcached?expand=0&rev=16
This commit is contained in:
parent
4a693d9f17
commit
fd6f33cf79
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 23:06:37 UTC 2012 - chris@computersalat.de
|
||||||
|
|
||||||
|
- spec-cleanup
|
||||||
|
- add missing Group to subpkg
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 8 13:40:27 UTC 2011 - coolo@suse.com
|
Thu Dec 8 13:40:27 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libmemcached
|
# spec file for package libmemcached
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,22 +15,23 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libmemcached
|
Name: libmemcached
|
||||||
|
Summary: Libmemcached is a C and C++ client library to the memcached server
|
||||||
|
Version: 0.30
|
||||||
|
Release: 0
|
||||||
|
License: BSD-3-Clause
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
# http://download.tangent.org/libmemcached-%{version}.tar.gz
|
||||||
|
Source: %{name}-%{version}.tar.bz2
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# List of additional build dependencies
|
# List of additional build dependencies
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: memcached
|
BuildRequires: memcached
|
||||||
%if 0%{?suse_version} > 1020
|
%if 0%{?suse_version} > 1020
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
Version: 0.30
|
|
||||||
Release: 0
|
|
||||||
# http://download.tangent.org/libmemcached-%{version}.tar.gz
|
|
||||||
Source: %{name}-%{version}.tar.bz2
|
|
||||||
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
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libmemcached is a C and C++ client library to the memcached server
|
Libmemcached is a C and C++ client library to the memcached server
|
||||||
@ -40,6 +41,7 @@ methods.
|
|||||||
|
|
||||||
%package -n libmemcached2
|
%package -n libmemcached2
|
||||||
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
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libmemcached2
|
%description -n libmemcached2
|
||||||
Libmemcached is a C and C++ client library to the memcached server
|
Libmemcached is a C and C++ client library to the memcached server
|
||||||
@ -49,6 +51,7 @@ methods.
|
|||||||
|
|
||||||
%package -n libmemcachedutil0
|
%package -n libmemcachedutil0
|
||||||
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
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libmemcachedutil0
|
%description -n libmemcachedutil0
|
||||||
Libmemcached is a C and C++ client library to the memcached server
|
Libmemcached is a C and C++ client library to the memcached server
|
||||||
@ -60,9 +63,12 @@ The libmemcachedutil library contains utility functions used by
|
|||||||
libmemcached.
|
libmemcached.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Requires: %{name} = %{version} libmemcached2 = %{version} glibc-devel
|
|
||||||
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
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
Requires: glibc-devel
|
||||||
|
Requires: libmemcached2 = %{version}
|
||||||
|
Requires: libmemcachedutil0 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Libmemcached is a C and C++ client library to the memcached server
|
Libmemcached is a C and C++ client library to the memcached server
|
||||||
|
Loading…
Reference in New Issue
Block a user