From fd6f33cf79438c05c2519ad0b3e6a99b9736fe666a7876a7e25da03ce8d8b8c1 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 26 Jan 2012 08:17:35 +0000 Subject: [PATCH] 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 --- libmemcached.changes | 6 ++++++ libmemcached.spec | 30 ++++++++++++++++++------------ 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/libmemcached.changes b/libmemcached.changes index 1af1b18..26b73a3 100644 --- a/libmemcached.changes +++ b/libmemcached.changes @@ -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 diff --git a/libmemcached.spec b/libmemcached.spec index 9edab1b..b06ea0e 100644 --- a/libmemcached.spec +++ b/libmemcached.spec @@ -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