rebuilt with debug package [release 1.5.0-2mamba;Mon Nov 30 2020]
This commit is contained in:
parent
98c48045f8
commit
a58b9077e0
@ -1,6 +1,6 @@
|
||||
Name: libunwind
|
||||
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
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -12,6 +12,10 @@ Patch0: libunwind-1.2.1-arm-fix-build-failure-due-to-asm.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
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.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -81,6 +87,9 @@ This package contains static libraries and header files need for development.
|
||||
%ifarch arm
|
||||
%{_libdir}/libunwind-arm.so.*
|
||||
%endif
|
||||
%ifarch aarch64
|
||||
%{_libdir}/libunwind-aarch64.so.*
|
||||
%endif
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
@ -116,6 +125,11 @@ This package contains static libraries and header files need for development.
|
||||
%{_libdir}/libunwind-arm.la
|
||||
%{_libdir}/libunwind-arm.so
|
||||
%endif
|
||||
%ifarch aarch64
|
||||
%{_libdir}/libunwind-aarch64.a
|
||||
%{_libdir}/libunwind-aarch64.la
|
||||
%{_libdir}/libunwind-aarch64.so
|
||||
%endif
|
||||
%{_libdir}/pkgconfig/libunwind-coredump.pc
|
||||
%{_libdir}/pkgconfig/libunwind-generic.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
|
||||
|
||||
%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
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user