Autobuild autoformatter for 59857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmemcached?expand=0&rev=2
This commit is contained in:
parent
0a4e1ff90c
commit
bc5254cd20
@ -1,3 +1,22 @@
|
|||||||
|
#
|
||||||
|
# spec file for package libmemcached
|
||||||
|
#
|
||||||
|
# Copyright (c) 2011 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
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# 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++ memcached
|
||||||
@ -21,6 +40,7 @@ memory usage, thread safe, and provide full access to server side
|
|||||||
methods.
|
methods.
|
||||||
|
|
||||||
%package -n libmemcached2
|
%package -n libmemcached2
|
||||||
|
License: BSD
|
||||||
Group: Development/Libraries/C and C++
|
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
|
||||||
|
|
||||||
@ -31,6 +51,7 @@ memory usage, thread safe, and provide full access to server side
|
|||||||
methods.
|
methods.
|
||||||
|
|
||||||
%package -n libmemcachedutil0
|
%package -n libmemcachedutil0
|
||||||
|
License: BSD
|
||||||
Group: Development/Libraries/C and C++
|
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
|
||||||
|
|
||||||
@ -44,8 +65,9 @@ The libmemcachedutil library contains utility functions used by
|
|||||||
libmemcached.
|
libmemcached.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: BSD
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name} = %{version} libmemcached2 = %{version} glibc-devel
|
Requires: %{name} = %{version} libmemcached2 = %{version} glibc-devel
|
||||||
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 devel
|
%description devel
|
||||||
@ -115,5 +137,3 @@ methods.
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Feb 05 2009 crrodriguez@novell.com
|
|
||||||
- packaged libmemcached version 0.26 using the buildservice spec file wizard
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user