From 5b33e254a85cacb7e918e836799e1beae6e6cabb Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 11:01:15 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/apr.git#51b468907afd3b24e46b92dde2f9f70c84834827 --- apr.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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