automatic version update by autodist [release 3.4.3-1mamba;Tue Sep 20 2022]
This commit is contained in:
parent
aa3c567ecb
commit
bca164116e
28
libffi.spec
28
libffi.spec
@ -1,7 +1,7 @@
|
||||
Name: libffi
|
||||
Epoch: 1
|
||||
Version: 3.4.2
|
||||
Release: 3mamba
|
||||
Version: 3.4.3
|
||||
Release: 1mamba
|
||||
Summary: A Portable Foreign Function Interface Library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -9,13 +9,9 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://sourceware.org/libffi/
|
||||
Source: https://github.com/libffi/libffi/releases/download/v%{version}/libffi-%{version}.tar.gz
|
||||
#Source: https://github.com/libffi/libffi.git/v%{version}/libffi-%{version}.tar.bz2
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
#ld-linux.so.3(GLIBC_2.4): .so link not found
|
||||
#ld-linux.so.3: .so link not found
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
## AUTOBUILDREQ-END
|
||||
Obsoletes: lib32-libffi < 3.4.2
|
||||
Requires(post):%{__install_info}
|
||||
@ -39,22 +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.
|
||||
|
||||
%package -n lib32-%{name}
|
||||
Summary: A Portable Foreign Function Interface Library (32 bit)
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n lib32-%{name}
|
||||
A Portable Foreign Function Interface Library (32 bit).
|
||||
|
||||
%package -n lib32-%{name}-devel
|
||||
Summary: Devel package for lib32-%{name}
|
||||
Group: Development/Libraries
|
||||
Requires: lib32-%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n lib32-%{name}-devel
|
||||
This package contains libraries and header files needed for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
@ -102,7 +82,6 @@ This package contains libraries and header files needed for development.
|
||||
%{_includedir}/ffi.h
|
||||
%{_includedir}/ffitarget.h
|
||||
%{_libdir}/libffi.a
|
||||
%{_libdir}/libffi.la
|
||||
%{_libdir}/libffi.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_mandir}/man3/ffi.3*
|
||||
@ -112,6 +91,9 @@ This package contains libraries and header files needed for development.
|
||||
%{_infodir}/libffi.info.gz
|
||||
|
||||
%changelog
|
||||
* Tue Sep 20 2022 Automatic Build System <autodist@mambasoft.it> 3.4.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.2-3mamba
|
||||
- try another fix by disabling calling ./autogen.sh (see note in %prep) and using released tarball
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user