From 7837b9de0483fbeb6723a7828a26b65efe2c92ba Mon Sep 17 00:00:00 2001 From: huangduirong Date: Sat, 8 Oct 2022 22:27:01 +0800 Subject: [PATCH] move the libtoolize and autoreconf to build. (cherry picked from commit d2c658a1691ecfe81f758655c3626290eacf8901) --- pcre.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pcre.spec b/pcre.spec index b8fae9b..440e065 100644 --- a/pcre.spec +++ b/pcre.spec @@ -1,6 +1,6 @@ Name: pcre Version: 8.45 -Release: 1 +Release: 2 Summary: Perl Compatible Regular Expressions ## Source package only: # INSTALL: FSFAP @@ -70,10 +70,10 @@ The %{name}-help package contains doc files for %{name}. %prep %autosetup -n %{name}-%{version} -p1 -libtoolize -cf -autoreconf -vif %build +libtoolize -cf +autoreconf -vif %configure \ %ifarch riscv64 --disable-jit \ @@ -116,6 +116,12 @@ make check VERBOSE=yes %{_mandir}/man3/* %changelog +* Sat Oct 8 2022 huangduirong - 8.45-2 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:update the prep of spec + * Tue Feb 8 2022 yangzhuangzhuang - 8.45-1 - update to 8.45 -- Gitee