Accepting request 103986 from devel:libraries:c_c++

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/103986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmemcached?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2012-02-14 18:02:32 +00:00 committed by Git OBS Bridge
commit 84e09f24ea
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 31 16:18:09 UTC 2012 - jengelh@medozas.de
- Enable pkgconfig provides
-------------------------------------------------------------------
Wed Jan 25 23:06:37 UTC 2012 - chris@computersalat.de

View File

@ -16,19 +16,19 @@
#
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++
Version: 0.30
Release: 0
# 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
BuildRequires: pkgconfig
%if 0%{?suse_version} > 1020
BuildRequires: fdupes
%endif