automatic version update by autodist [release 3.4.7-1mamba;Sun Feb 09 2025]
This commit is contained in:
parent
f0d0f19012
commit
f040031a87
@ -1,6 +1,6 @@
|
||||
Name: libffi
|
||||
Epoch: 1
|
||||
Version: 3.4.6
|
||||
Version: 3.4.7
|
||||
Release: 1mamba
|
||||
Summary: A Portable Foreign Function Interface Library
|
||||
Group: System/Libraries
|
||||
@ -35,7 +35,6 @@ The libffi library provides a portable, high level programming interface to vari
|
||||
FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The libffi library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above libffi that handles type conversions for values passed between the two languages.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -63,8 +62,6 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%post devel
|
||||
%install_info %{name}.info
|
||||
@ -93,6 +90,9 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
%{_infodir}/libffi.info.gz
|
||||
|
||||
%changelog
|
||||
* Sun Feb 09 2025 Automatic Build System <autodist@openmamba.org> 3.4.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 18 2024 Automatic Build System <autodist@openmamba.org> 3.4.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user