forked from pool/libdbi-drivers
Run autoreconf
OBS-URL: https://build.opensuse.org/package/show/server:database/libdbi-drivers?expand=0&rev=12
This commit is contained in:
parent
bed1ef9151
commit
e601b9ff71
@ -29,9 +29,12 @@ URL: http://libdbi-drivers.sf.net/
|
|||||||
#Source: http://downloads.sf.net/libdbi-drivers/%name-%version.tar.gz
|
#Source: http://downloads.sf.net/libdbi-drivers/%name-%version.tar.gz
|
||||||
Source: %name-%version.tar.xz
|
Source: %name-%version.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: freetds-devel
|
BuildRequires: freetds-devel
|
||||||
BuildRequires: libdbi-devel >= 0.9.0.g30
|
BuildRequires: libdbi-devel >= 0.9.0.g30
|
||||||
|
BuildRequires: libtool
|
||||||
BuildRequires: mysql-devel
|
BuildRequires: mysql-devel
|
||||||
BuildRequires: openjade
|
BuildRequires: openjade
|
||||||
BuildRequires: postgresql-devel
|
BuildRequires: postgresql-devel
|
||||||
@ -110,6 +113,9 @@ FAKE_BUILDDATE=$(LC_ALL=C date -u -r %_sourcedir/%name.changes '+%%b %%e %%Y')
|
|||||||
sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" drivers/*/*.c
|
sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" drivers/*/*.c
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
if [ ! -e configure ]; then
|
||||||
|
autoreconf -fi
|
||||||
|
fi
|
||||||
%configure \
|
%configure \
|
||||||
--with-freetds \
|
--with-freetds \
|
||||||
--with-mysql \
|
--with-mysql \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user