rebuilt with debug package [release 3.3-2mamba;Mon Apr 13 2020]
This commit is contained in:
parent
c04660b432
commit
2a6f1d2984
24
libffi.spec
24
libffi.spec
@ -1,6 +1,6 @@
|
||||
Name: libffi
|
||||
Epoch: 1
|
||||
Version: 3.2.1
|
||||
Version: 3.3
|
||||
Release: 2mamba
|
||||
Summary: A Portable Foreign Function Interface Library
|
||||
Group: System/Libraries
|
||||
@ -56,6 +56,8 @@ 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
|
||||
%setup -q
|
||||
|
||||
@ -110,18 +112,18 @@ exit 0
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libffi-%{version}/include/ffi.h
|
||||
%{_libdir}/libffi-%{version}/include/ffitarget.h
|
||||
%{_includedir}/ffi.h
|
||||
%{_includedir}/ffitarget.h
|
||||
%{_libdir}/libffi.a
|
||||
%{_libdir}/libffi.la
|
||||
%{_libdir}/libffi.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_mandir}/man3/ffi.3.gz
|
||||
%{_mandir}/man3/ffi_call.3.gz
|
||||
%{_mandir}/man3/ffi_prep_cif.3.gz
|
||||
%{_mandir}/man3/ffi_prep_cif_var.3.gz
|
||||
%{_mandir}/man3/ffi.3*
|
||||
%{_mandir}/man3/ffi_call.3*
|
||||
%{_mandir}/man3/ffi_prep_cif.3*
|
||||
%{_mandir}/man3/ffi_prep_cif_var.3*
|
||||
%{_infodir}/libffi.info.gz
|
||||
%doc ChangeLog ChangeLog.libffi ChangeLog.libgcj ChangeLog.v1 README
|
||||
%doc ChangeLog
|
||||
|
||||
%ifarch x86_64_disabled
|
||||
%files -n lib32-%{name}
|
||||
@ -140,6 +142,12 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Apr 13 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3-2mamba
|
||||
- rebuilt with debug package
|
||||
|
||||
* Sun Apr 12 2020 Automatic Build System <autodist@mambasoft.it> 3.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 03 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.1-2mamba
|
||||
- x86_64: obsolete lib32-libffi[-devel]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user