SHA256
1
0
forked from pool/kyotocabinet

Accepting request 128624 from home:MargueriteSu:branches:M17N

version update and build fix

OBS-URL: https://build.opensuse.org/request/show/128624
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/kyotocabinet?expand=0&rev=6
This commit is contained in:
Sascha Peilicke 2012-07-23 09:08:14 +00:00 committed by Git OBS Bridge
parent 270422cc10
commit 0d82944029
4 changed files with 34 additions and 12 deletions

View File

@ -1,7 +0,0 @@
<services>
<service name="download_url">
<param name="host">fallabs.com</param>
<param name="protocol">http</param>
<param name="path">/kyotocabinet/pkg/kyotocabinet-1.2.52.tar.gz</param>
</service>
</services>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:812a2d3f29c351db4c6f1ff29d94d7135f9e601d7cc1872ec1d7eed381d0d23c
size 951930

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jul 22 01:31:25 UTC 2012 - i@marguerite.su
- update version 1.2.76
* kcthread.cc (CondVar::wait): a bug on Win32 was fixed.
* kcdbext.h (IndexDB::set, IndexDB::replace): a bug of updating existing records was fixed.
* kcdb.h (DB::check): new function.
-------------------------------------------------------------------
Thu Jun 21 23:28:49 UTC 2012 - jengelh@inai.de

View File

@ -1,19 +1,37 @@
#
# spec file for package kyotocabinet
#
# 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
# 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: kyotocabinet
Version: 1.2.52
%define soname 9
Version: 1.2.76
Release: 0
License: GPL-3.0
%define soname 16
Summary: A straightforward implementation of DBM
Url: http://fallabs.com/kyotocabinet/
Group: Productivity/Databases/Tools
Source: http://fallabs.com/kyotocabinet/pkg/kyotocabinet-%{version}.tar.gz
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
Patch1: %{name}-fix_rpath.patch
BuildRequires: autoconf, automake, gcc-c++
BuildRequires: libbz2-devel, libtool
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: libbz2-devel
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: zlib-devel
Requires: libkyotocabinet%{soname} = %{version}
@ -93,7 +111,7 @@ autoreconf -iv
make %{?_smp_mflags}
%install
make install DESTDIR="%buildroot"
%makeinstall
rm -rf %{buildroot}%{_datadir}/kyotocabinet
rm -rf %{buildroot}%{_libdir}/libkyotocabinet.a