!17 将spec文件中libtoolize和autoreconf移到build阶段,手工修复master分支
From: @huangduirong Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
603c824fee
12
pcre.spec
12
pcre.spec
@ -1,6 +1,6 @@
|
|||||||
Name: pcre
|
Name: pcre
|
||||||
Version: 8.45
|
Version: 8.45
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Perl Compatible Regular Expressions
|
Summary: Perl Compatible Regular Expressions
|
||||||
## Source package only:
|
## Source package only:
|
||||||
# INSTALL: FSFAP
|
# INSTALL: FSFAP
|
||||||
@ -70,10 +70,10 @@ The %{name}-help package contains doc files for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
libtoolize -cf
|
|
||||||
autoreconf -vif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
libtoolize -cf
|
||||||
|
autoreconf -vif
|
||||||
%configure \
|
%configure \
|
||||||
%ifarch riscv64
|
%ifarch riscv64
|
||||||
--disable-jit \
|
--disable-jit \
|
||||||
@ -116,6 +116,12 @@ make check VERBOSE=yes
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 8 2022 yangzhuangzhuang <yangzhuangzhuang1@h-partners.com> - 8.45-1
|
||||||
- update to 8.45
|
- update to 8.45
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user