SHA256
3
0
forked from pool/gdbm

Accepting request 86066 from devel:libraries:c_c++

add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages (forwarded request 86021 from coolo)

OBS-URL: https://build.opensuse.org/request/show/86066
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdbm?expand=0&rev=18
This commit is contained in:
Lars Vogdt 2011-10-03 07:19:22 +00:00 committed by Git OBS Bridge
commit 5aece9ba0d
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Oct 1 05:39:11 UTC 2011 - coolo@suse.com
- add libtool as buildrequire to make the spec file more reliable
-------------------------------------------------------------------
Tue Sep 21 14:24:33 CEST 2010 - pgajdos@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package gdbm (Version 1.8.3)
# spec file for package gdbm
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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
@ -41,6 +41,7 @@ Patch2: gdbm-prototype_static_functions.patch
Patch3: gdbm-fix_testprogs.patch
Patch4: gdbm-1.8.3-no-build-date.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libtool
%description
A static and dynamic library for the GNU database routines.