diff --git a/unixODBC-gui-qt.spec b/unixODBC-gui-qt.spec index 0feb0c9..782cc8e 100644 --- a/unixODBC-gui-qt.spec +++ b/unixODBC-gui-qt.spec @@ -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 diff --git a/unixODBC.changes b/unixODBC.changes index 4b859c0..0ac81b4 100644 --- a/unixODBC.changes +++ b/unixODBC.changes @@ -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 diff --git a/unixODBC.spec b/unixODBC.spec index 22c63d2..f4713fc 100644 --- a/unixODBC.spec +++ b/unixODBC.spec @@ -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} \