From d644291a07af632d485c0e3f2322b189bca38e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 5 Jul 2018 08:26:55 +0000 Subject: [PATCH] fixed rpm build for all distros --- INSTALL | 2 +- bootstrap.sh | 5 ++++- build-in-docker.sh | 10 +++++----- libxml-cxx.spec.in | 5 ++++- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index ddcdb76..8b641e3 120000 --- a/INSTALL +++ b/INSTALL @@ -1 +1 @@ -/usr/share/automake-1.15/INSTALL \ No newline at end of file +/usr/share/automake-1.13/INSTALL \ No newline at end of file diff --git a/bootstrap.sh b/bootstrap.sh index 90f48d1..3527f9b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1678,7 +1678,7 @@ fi) $(if testtag AX_RPM_DEPEND; then echo "Requires: @RPM_DEPEND@"; fi) Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: which, pkgconfig, pandoc, gnupg, expect, ${VCSDEPENDS_RPM}make, automake, autoconf, rpm-build$( +BuildRequires: which, pkgconfig, gnupg, expect, ${VCSDEPENDS_RPM}make, automake, autoconf, rpm-build$( if testtag AX_USE_CXX; then echo -n ", binutils-devel, gcc-c++" fi @@ -1719,6 +1719,9 @@ $( if testtag AX_USE_DOXYGEN; then cat <