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