diff --git a/apr.spec b/apr.spec index e572fc3e9d2b88af3f0b56e86fd8336f4f15575f..c576b2f5cd015590812c8a3b4901872e61aac0ec 100644 --- a/apr.spec +++ b/apr.spec @@ -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 - 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 - 1.7.0-4 - Type:bugfix - ID:NA