From 401eb4413a3045d49de3ce47cb1b6a16fabbb9a2 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 2 Dec 2020 19:26:54 +0000 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/libffi.git#7b37dc1150356b04d1de24a8abc4da3155fd2d50 --- libffi.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/libffi.spec b/libffi.spec index e781bae..0328b12 100644 --- a/libffi.spec +++ b/libffi.spec @@ -4,7 +4,7 @@ Name: libffi Version: 3.1 -Release: 26%{?dist} +Release: 27%{?dist} Summary: A portable foreign function interface library License: MIT URL: http://sourceware.org/libffi @@ -72,7 +72,7 @@ developing applications that use %{name}. %build %configure --disable-static -make %{?_smp_mflags} +%make_build %check %if %{without bootstrap} @@ -80,7 +80,7 @@ make %{?_smp_mflags} %endif %install -make install DESTDIR=$RPM_BUILD_ROOT +%make_install find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' rm -f $RPM_BUILD_ROOT%{_infodir}/dir @@ -121,6 +121,10 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/libffi-%{version} %{_infodir}/libffi.info.* %changelog +* Wed Dec 02 2020 Carlos O'Donell - 3.1-27 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Tue Jul 28 2020 Fedora Release Engineering - 3.1-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild