!24 [sync] PR-23: 【openEuler-22.03-LTS】use the macro make_build instead of make in build

From: @openeuler-sync-bot 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2022-10-25 03:24:01 +00:00 committed by Gitee
commit 07f558f0ea
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: apr
Version: 1.7.0
Release: 4
Release: 5
Summary: Apache Portable Runtime.
License: ASL 2.0 and BSD with advertising and ISC and BSD
URL: http://apr.apache.org
@ -45,7 +45,7 @@ export ac_cv_search_shm_open=no
%configure \
--includedir=%{_includedir}/%{name}-%{aprver} --with-installbuilddir=%{_libdir}/%{name}-%{aprver}/build \
--with-devrandom=/dev/urandom
make
%make_build
%install
rm -rf %{buildroot}
@ -99,6 +99,12 @@ make check
%doc docs/incomplete_types docs/non_apr_programs
%changelog
* Mon Oct 24 2022 yixiangzhike<yixiangzhike007@163.com> - 1.7.0-5
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:use the macro make_build instead of make in build
* Fri Dec 17 2021 yangzhuangzhuang<yangzhuangzhuang1@huawei.com> - 1.7.0-4
- Type:bugfix
- ID:NA