diff --git a/apr.spec b/apr.spec index ceee43d..3b6eb21 100644 --- a/apr.spec +++ b/apr.spec @@ -6,7 +6,7 @@ Summary: Apache Portable Runtime library Name: apr Version: 1.7.0 -Release: 7%{?dist} +Release: 8%{?dist} # ASL 2.0: everything # ISC: network_io/apr-1.4.6/network_io/unix/inet_?to?.c # BSD with advertising: strings/apr_snprintf.c, strings/apr_fnmatch.c, @@ -23,6 +23,7 @@ Patch3: apr-1.7.0-deepbind.patch BuildRequires: gcc, autoconf, libtool, libuuid-devel, python3 # To enable SCTP support BuildRequires: lksctp-tools-devel +BuildRequires: make %description The mission of the Apache Portable Runtime (APR) is to provide a @@ -60,11 +61,11 @@ export ac_cv_search_shm_open=no --with-installbuilddir=%{_libdir}/apr-%{aprver}/build \ --with-devrandom=/dev/urandom \ --disable-static -make %{?_smp_mflags} +%{make_build} %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +%{make_install} mkdir -p $RPM_BUILD_ROOT/%{_datadir}/aclocal install -m 644 build/find_apr.m4 $RPM_BUILD_ROOT/%{_datadir}/aclocal @@ -124,6 +125,9 @@ popd %{_datadir}/aclocal/*.m4 %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.7.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Nov 6 2020 Joe Orton - 1.7.0-7 - disable static build in libtool