rebuilt with debug package [release 1.5.0-2mamba;Mon Nov 30 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 05:59:33 +01:00
parent 98c48045f8
commit a58b9077e0

View File

@ -1,6 +1,6 @@
Name: libunwind Name: libunwind
Version: 1.5.0 Version: 1.5.0
Release: 1mamba Release: 2mamba
Summary: A portable and efficient C programming interface (API) to determine the call-chain of a program Summary: A portable and efficient C programming interface (API) to determine the call-chain of a program
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -12,6 +12,10 @@ Patch0: libunwind-1.2.1-arm-fix-build-failure-due-to-asm.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libgcc
BuildRequires: liblzma-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -46,6 +50,8 @@ With libunwind, it is possible to implement an extremely efficient version of se
This package contains static libraries and header files need for development. This package contains static libraries and header files need for development.
%debug_package
%prep %prep
%setup -q %setup -q
@ -81,6 +87,9 @@ This package contains static libraries and header files need for development.
%ifarch arm %ifarch arm
%{_libdir}/libunwind-arm.so.* %{_libdir}/libunwind-arm.so.*
%endif %endif
%ifarch aarch64
%{_libdir}/libunwind-aarch64.so.*
%endif
%doc AUTHORS COPYING %doc AUTHORS COPYING
%files devel %files devel
@ -116,6 +125,11 @@ This package contains static libraries and header files need for development.
%{_libdir}/libunwind-arm.la %{_libdir}/libunwind-arm.la
%{_libdir}/libunwind-arm.so %{_libdir}/libunwind-arm.so
%endif %endif
%ifarch aarch64
%{_libdir}/libunwind-aarch64.a
%{_libdir}/libunwind-aarch64.la
%{_libdir}/libunwind-aarch64.so
%endif
%{_libdir}/pkgconfig/libunwind-coredump.pc %{_libdir}/pkgconfig/libunwind-coredump.pc
%{_libdir}/pkgconfig/libunwind-generic.pc %{_libdir}/pkgconfig/libunwind-generic.pc
%{_libdir}/pkgconfig/libunwind-ptrace.pc %{_libdir}/pkgconfig/libunwind-ptrace.pc
@ -125,6 +139,9 @@ This package contains static libraries and header files need for development.
#%doc ChangeLog LICENSE NEWS README TODO #%doc ChangeLog LICENSE NEWS README TODO
%changelog %changelog
* Mon Nov 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.0-2mamba
- rebuilt with debug package
* Thu Nov 12 2020 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba * Thu Nov 12 2020 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
- automatic update by autodist - automatic update by autodist