!17 将spec文件中libtoolize和autoreconf移到build阶段,手工修复master分支

From: @huangduirong 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2022-10-09 03:07:16 +00:00 committed by Gitee
commit 603c824fee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <huangduirong@huawei.com> - 8.45-2
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update the prep of spec
* Tue Feb 8 2022 yangzhuangzhuang <yangzhuangzhuang1@h-partners.com> - 8.45-1
- update to 8.45