Accepting request 93959 from server:database

add libtool to buildrequires (forwarded request 93805 from coolo)

OBS-URL: https://build.opensuse.org/request/show/93959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=16
This commit is contained in:
Stephan Kulow 2011-11-28 11:58:21 +00:00 committed by Git OBS Bridge
commit 36c1d2d8f3
3 changed files with 15 additions and 6 deletions

View File

@ -20,14 +20,14 @@
Name: unixODBC-gui-qt
BuildRequires: qt3-devel
BuildRequires: libtool
Version: 2.2.12
Release: 206
Release: 0
Summary: ODBC Configuration Utility, Data Source Browser, and ODBC Test Tool based
License: GPLv2+
Url: http://www.unixodbc.org/
Group: Productivity/Databases/Tools
Requires: unixODBC = %{version}
AutoReqProv: on
Source: unixODBC-%{version}.tar.bz2
Source1: README.SuSE
Patch1: unixODBC-paths.patch

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Nov 27 06:48:53 UTC 2011 - coolo@suse.com
- add libtool as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Wed Oct 5 15:12:38 UTC 2011 - uli@suse.com
- cross-build fix: use %configure macro
-------------------------------------------------------------------
Mon Jun 20 17:03:39 CEST 2011 - mhrusecky@suse.cz

View File

@ -19,14 +19,13 @@
Name: unixODBC
BuildRequires: gcc-c++
BuildRequires: gcc-c++ libtool
Version: 2.2.12
Release: 209
Release: 0
Summary: ODBC driver manager with some drivers included
License: GPLv2+ ; LGPLv2.1+
Url: http://www.unixodbc.org/
Group: Productivity/Databases/Tools
AutoReqProv: on
# bug437293
%ifarch ppc64
Obsoletes: unixODBC-64bit
@ -108,7 +107,7 @@ export -n LANG LINGUAS LC_ALL
rm -rf libltdl
LIBTOOLIZE="libtoolize --ltdl" autoreconf --force --install
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
./configure \
%configure \
--prefix=%{_prefix} \
--mandir=%{_mandir} \
--infodir=%{_infodir} \