From d0fec00a5bd6e0ac630b9dd5456e6f79bdd9a7b8 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Dec 04 2018 16:15:38 +0000 Subject: Run autoreconf as the patches touch autotools files --- diff --git a/libgda.spec b/libgda.spec index 66ccbee..876d9c5 100644 --- a/libgda.spec +++ b/libgda.spec @@ -29,6 +29,7 @@ Patch0002: 0002-Fix-compatibility-with-JRE-1.8.patch # Link sqlite provider against sqlite3 Patch0003: 0003-Link-sqlite-provider-against-sqlite3.patch +BuildRequires: autoconf automake libtool BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: git @@ -51,6 +52,7 @@ BuildRequires: gtk-doc intltool gettext flex bison perl(XML::Parser) BuildRequires: libsecret-devel BuildRequires: libsoup-devel BuildRequires: openssl-devel +BuildRequires: yelp-tools BuildRequires: vala %{?with_bdb:BuildRequires: libdb-devel, libdb-sql-devel} %{?with_ldap:BuildRequires: openldap-devel} @@ -232,6 +234,7 @@ touch -r AUTHORS AUTHORS.new && mv AUTHORS.new AUTHORS %endif export LD_LIBRARY_PATH=/usr/lib/jvm/java/jre/lib/%{archinstall}/server:$LD_LIBRARY_PATH %endif +autoreconf -fi %configure --disable-static --enable-vala \ --with-libsoup --with-gnome-keyring \ --with-ui --with-gtksourceview \