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:
commit
36c1d2d8f3
@ -20,14 +20,14 @@
|
|||||||
|
|
||||||
Name: unixODBC-gui-qt
|
Name: unixODBC-gui-qt
|
||||||
BuildRequires: qt3-devel
|
BuildRequires: qt3-devel
|
||||||
|
BuildRequires: libtool
|
||||||
Version: 2.2.12
|
Version: 2.2.12
|
||||||
Release: 206
|
Release: 0
|
||||||
Summary: ODBC Configuration Utility, Data Source Browser, and ODBC Test Tool based
|
Summary: ODBC Configuration Utility, Data Source Browser, and ODBC Test Tool based
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Url: http://www.unixodbc.org/
|
Url: http://www.unixodbc.org/
|
||||||
Group: Productivity/Databases/Tools
|
Group: Productivity/Databases/Tools
|
||||||
Requires: unixODBC = %{version}
|
Requires: unixODBC = %{version}
|
||||||
AutoReqProv: on
|
|
||||||
Source: unixODBC-%{version}.tar.bz2
|
Source: unixODBC-%{version}.tar.bz2
|
||||||
Source1: README.SuSE
|
Source1: README.SuSE
|
||||||
Patch1: unixODBC-paths.patch
|
Patch1: unixODBC-paths.patch
|
||||||
|
@ -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
|
Mon Jun 20 17:03:39 CEST 2011 - mhrusecky@suse.cz
|
||||||
|
|
||||||
|
@ -19,14 +19,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: unixODBC
|
Name: unixODBC
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++ libtool
|
||||||
Version: 2.2.12
|
Version: 2.2.12
|
||||||
Release: 209
|
Release: 0
|
||||||
Summary: ODBC driver manager with some drivers included
|
Summary: ODBC driver manager with some drivers included
|
||||||
License: GPLv2+ ; LGPLv2.1+
|
License: GPLv2+ ; LGPLv2.1+
|
||||||
Url: http://www.unixodbc.org/
|
Url: http://www.unixodbc.org/
|
||||||
Group: Productivity/Databases/Tools
|
Group: Productivity/Databases/Tools
|
||||||
AutoReqProv: on
|
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: unixODBC-64bit
|
Obsoletes: unixODBC-64bit
|
||||||
@ -108,7 +107,7 @@ export -n LANG LINGUAS LC_ALL
|
|||||||
rm -rf libltdl
|
rm -rf libltdl
|
||||||
LIBTOOLIZE="libtoolize --ltdl" autoreconf --force --install
|
LIBTOOLIZE="libtoolize --ltdl" autoreconf --force --install
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
./configure \
|
%configure \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--mandir=%{_mandir} \
|
--mandir=%{_mandir} \
|
||||||
--infodir=%{_infodir} \
|
--infodir=%{_infodir} \
|
||||||
|
Loading…
Reference in New Issue
Block a user