Move autoreconf to build
(cherry picked from commit 8984e431446a8b4d326877f6d6bdadbe749c14e4)
This commit is contained in:
parent
7b38a8aced
commit
a711392068
@ -1,7 +1,7 @@
|
|||||||
%define Rversion %(echo %{version} | sed -e 's/\\./_/g' -e 's/^/R_/')
|
%define Rversion %(echo %{version} | sed -e 's/\\./_/g' -e 's/^/R_/')
|
||||||
Name: expat
|
Name: expat
|
||||||
Version: 2.2.9
|
Version: 2.2.9
|
||||||
Release: 9
|
Release: 10
|
||||||
Summary: An XML parser library
|
Summary: An XML parser library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://libexpat.github.io/
|
URL: https://libexpat.github.io/
|
||||||
@ -72,8 +72,8 @@ This package provides with static libraries and header files for developing wit
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
autoreconf -fiv
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -fiv
|
||||||
%configure CFLAGS="$RPM_OPT_FLAGS -fPIC" DOCBOOK_TO_MAN="xmlto man --skip-validation"
|
%configure CFLAGS="$RPM_OPT_FLAGS -fPIC" DOCBOOK_TO_MAN="xmlto man --skip-validation"
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
@ -105,6 +105,9 @@ make check
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 13 2022 zhoupengcheng <zhoupengcheng11@huawei.com> - 2.2.9-10
|
||||||
|
- Move autoreconf to build
|
||||||
|
|
||||||
* Sat Oct 29 2022 fuanan <fuanan3@h-partners.com> - 2.2.9-9
|
* Sat Oct 29 2022 fuanan <fuanan3@h-partners.com> - 2.2.9-9
|
||||||
- fix CVE-2022-43680
|
- fix CVE-2022-43680
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user