Accepting request 101618 from devel:libraries:c_c++

add missing Group to subpkg (forwarded request 101568 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/101618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmemcached?expand=0&rev=7
This commit is contained in:
Stephan Kulow 2012-01-27 14:21:53 +00:00 committed by Git OBS Bridge
commit 85f0932fb5
2 changed files with 24 additions and 12 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -15,22 +15,23 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
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
BuildRequires: gcc-c++
BuildRequires: memcached
%if 0%{?suse_version} > 1020
BuildRequires: fdupes
%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
Libmemcached is a C and C++ client library to the memcached server
@ -40,6 +41,7 @@ methods.
%package -n libmemcached2
Summary: Libmemcached is a C and C++ client library to the memcached server
Group: System/Libraries
%description -n libmemcached2
Libmemcached is a C and C++ client library to the memcached server
@ -49,6 +51,7 @@ methods.
%package -n libmemcachedutil0
Summary: Libmemcached is a C and C++ client library to the memcached server
Group: System/Libraries
%description -n libmemcachedutil0
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.
%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
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
Requires: glibc-devel
Requires: libmemcached2 = %{version}
Requires: libmemcachedutil0 = %{version}
%description devel
Libmemcached is a C and C++ client library to the memcached server