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
|
Name: libffi
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.2.1
|
Version: 3.3
|
||||||
Release: 2mamba
|
Release: 2mamba
|
||||||
Summary: A Portable Foreign Function Interface Library
|
Summary: A Portable Foreign Function Interface Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -56,6 +56,8 @@ Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description -n lib32-%{name}-devel
|
%description -n lib32-%{name}-devel
|
||||||
This package contains libraries and header files needed for development.
|
This package contains libraries and header files needed for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -110,18 +112,18 @@ exit 0
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libffi-%{version}/include/ffi.h
|
%{_includedir}/ffi.h
|
||||||
%{_libdir}/libffi-%{version}/include/ffitarget.h
|
%{_includedir}/ffitarget.h
|
||||||
%{_libdir}/libffi.a
|
%{_libdir}/libffi.a
|
||||||
%{_libdir}/libffi.la
|
%{_libdir}/libffi.la
|
||||||
%{_libdir}/libffi.so
|
%{_libdir}/libffi.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_mandir}/man3/ffi.3.gz
|
%{_mandir}/man3/ffi.3*
|
||||||
%{_mandir}/man3/ffi_call.3.gz
|
%{_mandir}/man3/ffi_call.3*
|
||||||
%{_mandir}/man3/ffi_prep_cif.3.gz
|
%{_mandir}/man3/ffi_prep_cif.3*
|
||||||
%{_mandir}/man3/ffi_prep_cif_var.3.gz
|
%{_mandir}/man3/ffi_prep_cif_var.3*
|
||||||
%{_infodir}/libffi.info.gz
|
%{_infodir}/libffi.info.gz
|
||||||
%doc ChangeLog ChangeLog.libffi ChangeLog.libgcj ChangeLog.v1 README
|
%doc ChangeLog
|
||||||
|
|
||||||
%ifarch x86_64_disabled
|
%ifarch x86_64_disabled
|
||||||
%files -n lib32-%{name}
|
%files -n lib32-%{name}
|
||||||
@ -140,6 +142,12 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 03 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.1-2mamba
|
||||||
- x86_64: obsolete lib32-libffi[-devel]
|
- x86_64: obsolete lib32-libffi[-devel]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user