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
This commit is contained in:
DistroBaker 2020-12-02 19:26:54 +00:00
parent 8fe50a94e2
commit 401eb4413a

View File

@ -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 <carlos@redhat.com> - 3.1-27
- Use make macros
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild