SHA256
1
0
forked from pool/kyotocabinet

Accepting request 161490 from home:jengelh:branches:devel:libraries:c_c++

- Avoid explicit requires on library packages

OBS-URL: https://build.opensuse.org/request/show/161490
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/kyotocabinet?expand=0&rev=13
This commit is contained in:
Ismail Dönmez 2013-03-27 21:24:47 +00:00 committed by Git OBS Bridge
parent ec9a6dc71b
commit 76955332a1
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 4 16:30:01 UTC 2013 - jengelh@inai.de
- Avoid explicit requires on library packages
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 27 10:34:38 UTC 2012 - dvaleev@suse.com Thu Dec 27 10:34:38 UTC 2012 - dvaleev@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package kyotocabinet # spec file for package kyotocabinet
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -35,7 +35,6 @@ BuildRequires: libbz2-devel
BuildRequires: libtool BuildRequires: libtool
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: zlib-devel BuildRequires: zlib-devel
Requires: libkyotocabinet%{soname} = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%_target_cpu" == "i386" %if "%_target_cpu" == "i386"
# kyotocabinet uses __sync_* primitives and requires at least 586 # kyotocabinet uses __sync_* primitives and requires at least 586