!144 将automake文件内容的生成移到build中
From: @yangl777 Reviewed-by: @seuzw Signed-off-by: @seuzw
This commit is contained in:
commit
ff313b7812
10
curl.spec
10
curl.spec
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: curl
|
Name: curl
|
||||||
Version: 7.79.1
|
Version: 7.79.1
|
||||||
Release: 10
|
Release: 11
|
||||||
Summary: Curl is used in command lines or scripts to transfer data
|
Summary: Curl is used in command lines or scripts to transfer data
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://curl.haxx.se/
|
URL: https://curl.haxx.se/
|
||||||
@ -89,11 +89,11 @@ sed -e 's/^35$/35,52/' -i tests/data/test323
|
|||||||
eval "$cmd"
|
eval "$cmd"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
%build
|
||||||
# regenerate Makefile.in files
|
# regenerate Makefile.in files
|
||||||
aclocal -I m4
|
aclocal -I m4
|
||||||
automake
|
automake
|
||||||
|
|
||||||
%build
|
|
||||||
install -d build-full
|
install -d build-full
|
||||||
export common_configure_opts="--cache-file=../config.cache \
|
export common_configure_opts="--cache-file=../config.cache \
|
||||||
--enable-symbol-hiding --enable-ipv6 --enable-threaded-resolver \
|
--enable-symbol-hiding --enable-ipv6 --enable-threaded-resolver \
|
||||||
@ -202,6 +202,12 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 11 2022 huangduirong <huangduirong@huawei.com> - 7.79.1-11
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:Move autoreconf to build
|
||||||
|
|
||||||
* Thu Sep 01 2022 zhouyihang <zhouyihang@h-partners.com> - 7.79.1-10
|
* Thu Sep 01 2022 zhouyihang <zhouyihang@h-partners.com> - 7.79.1-10
|
||||||
- Type:cves
|
- Type:cves
|
||||||
- CVE:CVE-2022-35252
|
- CVE:CVE-2022-35252
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user