From a711392068d60658dd04348de94ecb0951dd5541 Mon Sep 17 00:00:00 2001 From: ZhouPengcheng Date: Tue, 13 Dec 2022 19:21:24 +0800 Subject: [PATCH] Move autoreconf to build (cherry picked from commit 8984e431446a8b4d326877f6d6bdadbe749c14e4) --- expat.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/expat.spec b/expat.spec index 50e066f..9b74d6f 100644 --- a/expat.spec +++ b/expat.spec @@ -1,7 +1,7 @@ %define Rversion %(echo %{version} | sed -e 's/\\./_/g' -e 's/^/R_/') Name: expat Version: 2.2.9 -Release: 9 +Release: 10 Summary: An XML parser library License: MIT URL: https://libexpat.github.io/ @@ -72,8 +72,8 @@ This package provides with static libraries and header files for developing wit %prep %autosetup -p1 -autoreconf -fiv %build +autoreconf -fiv %configure CFLAGS="$RPM_OPT_FLAGS -fPIC" DOCBOOK_TO_MAN="xmlto man --skip-validation" %make_build @@ -105,6 +105,9 @@ make check %{_mandir}/man1/* %changelog +* Tue Dec 13 2022 zhoupengcheng - 2.2.9-10 +- Move autoreconf to build + * Sat Oct 29 2022 fuanan - 2.2.9-9 - fix CVE-2022-43680