libunwind/libunwind.spec

169 lines
5.1 KiB
RPMSpec
Raw Normal View History

#
# spec file for package libunwind
#
Accepting request 1095412 from home:pmonrealgonzalez:branches:devel:libraries:c_c++ - Update to 1.7.0: * DWARF: dwarf4 fix cie parsing. * x86_64: Stop aliasing RSP and CFA. * Prefer EXTBL unwinding on ARM. * [GCC pedantic] Fix "error: comma at end of enumerator list" when linking to libunwind. * Fix table indexing in dwarf_search_unwind_table. * Expose function-pointer-to-name API. * Add port for Linux on LoongArch. * Add more POSIX polyfills for nix cross-build on win. * DWARF: avoid a data race. * skip latex2man check with --disable-documentation. * Skip init_mem_validate calls during remote unwind. * [Loongarch64] amend the LoongArch64's CMakeLists.txt and compiling error. * Update license in pal-single-threaded.c. * Fix to malloc call in tdep_get_elf_image. * Updated to determine PAGE_SIZE dynamically. * Unwind with pointer authentication on arm64. * Make some structs non-empty. * DWARF: avoid invalid memory access with invalid CFI. * fix incorrect store in AArch64 getcontext. * avoid leaking registers across sigreturn. * Use constant for array size in os-linux. * added coredump support for s390x. * Allow an alternate LOG_DRIVER to be specified. * Remove bashisms from tests/check-namespace.sh. * Add autodetection of procfs_status type. * Add remote unwinding support for macOS. * Expose get_proc_info_in_range API. * Autodetect presence of elf_fpregset_t. OBS-URL: https://build.opensuse.org/request/show/1095412 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=62
2023-06-29 13:09:07 +00:00
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Accepting request 1095412 from home:pmonrealgonzalez:branches:devel:libraries:c_c++ - Update to 1.7.0: * DWARF: dwarf4 fix cie parsing. * x86_64: Stop aliasing RSP and CFA. * Prefer EXTBL unwinding on ARM. * [GCC pedantic] Fix "error: comma at end of enumerator list" when linking to libunwind. * Fix table indexing in dwarf_search_unwind_table. * Expose function-pointer-to-name API. * Add port for Linux on LoongArch. * Add more POSIX polyfills for nix cross-build on win. * DWARF: avoid a data race. * skip latex2man check with --disable-documentation. * Skip init_mem_validate calls during remote unwind. * [Loongarch64] amend the LoongArch64's CMakeLists.txt and compiling error. * Update license in pal-single-threaded.c. * Fix to malloc call in tdep_get_elf_image. * Updated to determine PAGE_SIZE dynamically. * Unwind with pointer authentication on arm64. * Make some structs non-empty. * DWARF: avoid invalid memory access with invalid CFI. * fix incorrect store in AArch64 getcontext. * avoid leaking registers across sigreturn. * Use constant for array size in os-linux. * added coredump support for s390x. * Allow an alternate LOG_DRIVER to be specified. * Remove bashisms from tests/check-namespace.sh. * Add autodetection of procfs_status type. * Add remote unwinding support for macOS. * Expose get_proc_info_in_range API. * Autodetect presence of elf_fpregset_t. OBS-URL: https://build.opensuse.org/request/show/1095412 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=62
2023-06-29 13:09:07 +00:00
# Note the wrong version number from upstream
%global _bversion 1.70
Name: libunwind
Accepting request 1095412 from home:pmonrealgonzalez:branches:devel:libraries:c_c++ - Update to 1.7.0: * DWARF: dwarf4 fix cie parsing. * x86_64: Stop aliasing RSP and CFA. * Prefer EXTBL unwinding on ARM. * [GCC pedantic] Fix "error: comma at end of enumerator list" when linking to libunwind. * Fix table indexing in dwarf_search_unwind_table. * Expose function-pointer-to-name API. * Add port for Linux on LoongArch. * Add more POSIX polyfills for nix cross-build on win. * DWARF: avoid a data race. * skip latex2man check with --disable-documentation. * Skip init_mem_validate calls during remote unwind. * [Loongarch64] amend the LoongArch64's CMakeLists.txt and compiling error. * Update license in pal-single-threaded.c. * Fix to malloc call in tdep_get_elf_image. * Updated to determine PAGE_SIZE dynamically. * Unwind with pointer authentication on arm64. * Make some structs non-empty. * DWARF: avoid invalid memory access with invalid CFI. * fix incorrect store in AArch64 getcontext. * avoid leaking registers across sigreturn. * Use constant for array size in os-linux. * added coredump support for s390x. * Allow an alternate LOG_DRIVER to be specified. * Remove bashisms from tests/check-namespace.sh. * Add autodetection of procfs_status type. * Add remote unwinding support for macOS. * Expose get_proc_info_in_range API. * Autodetect presence of elf_fpregset_t. OBS-URL: https://build.opensuse.org/request/show/1095412 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=62
2023-06-29 13:09:07 +00:00
Version: 1.7.0
Release: 0
Summary: Call chain detection library
License: MIT
Group: System/Base
URL: https://savannah.nongnu.org/projects/libunwind/
Accepting request 1095412 from home:pmonrealgonzalez:branches:devel:libraries:c_c++ - Update to 1.7.0: * DWARF: dwarf4 fix cie parsing. * x86_64: Stop aliasing RSP and CFA. * Prefer EXTBL unwinding on ARM. * [GCC pedantic] Fix "error: comma at end of enumerator list" when linking to libunwind. * Fix table indexing in dwarf_search_unwind_table. * Expose function-pointer-to-name API. * Add port for Linux on LoongArch. * Add more POSIX polyfills for nix cross-build on win. * DWARF: avoid a data race. * skip latex2man check with --disable-documentation. * Skip init_mem_validate calls during remote unwind. * [Loongarch64] amend the LoongArch64's CMakeLists.txt and compiling error. * Update license in pal-single-threaded.c. * Fix to malloc call in tdep_get_elf_image. * Updated to determine PAGE_SIZE dynamically. * Unwind with pointer authentication on arm64. * Make some structs non-empty. * DWARF: avoid invalid memory access with invalid CFI. * fix incorrect store in AArch64 getcontext. * avoid leaking registers across sigreturn. * Use constant for array size in os-linux. * added coredump support for s390x. * Allow an alternate LOG_DRIVER to be specified. * Remove bashisms from tests/check-namespace.sh. * Add autodetection of procfs_status type. * Add remote unwinding support for macOS. * Expose get_proc_info_in_range API. * Autodetect presence of elf_fpregset_t. OBS-URL: https://build.opensuse.org/request/show/1095412 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=62
2023-06-29 13:09:07 +00:00
Source0: https://github.com/libunwind/libunwind/releases/download/v1.7.0/libunwind-%{_bversion}.tar.gz#/%{name}-%{version}.tar.gz
Source1: https://github.com/libunwind/libunwind/releases/download/v1.7.0/libunwind-%{_bversion}.tar.gz.sig#/%{name}-%{version}.tar.gz.sig
Source2: %{name}.keyring
Source3: baselibs.conf
Accepting request 1095412 from home:pmonrealgonzalez:branches:devel:libraries:c_c++ - Update to 1.7.0: * DWARF: dwarf4 fix cie parsing. * x86_64: Stop aliasing RSP and CFA. * Prefer EXTBL unwinding on ARM. * [GCC pedantic] Fix "error: comma at end of enumerator list" when linking to libunwind. * Fix table indexing in dwarf_search_unwind_table. * Expose function-pointer-to-name API. * Add port for Linux on LoongArch. * Add more POSIX polyfills for nix cross-build on win. * DWARF: avoid a data race. * skip latex2man check with --disable-documentation. * Skip init_mem_validate calls during remote unwind. * [Loongarch64] amend the LoongArch64's CMakeLists.txt and compiling error. * Update license in pal-single-threaded.c. * Fix to malloc call in tdep_get_elf_image. * Updated to determine PAGE_SIZE dynamically. * Unwind with pointer authentication on arm64. * Make some structs non-empty. * DWARF: avoid invalid memory access with invalid CFI. * fix incorrect store in AArch64 getcontext. * avoid leaking registers across sigreturn. * Use constant for array size in os-linux. * added coredump support for s390x. * Allow an alternate LOG_DRIVER to be specified. * Remove bashisms from tests/check-namespace.sh. * Add autodetection of procfs_status type. * Add remote unwinding support for macOS. * Expose get_proc_info_in_range API. * Autodetect presence of elf_fpregset_t. OBS-URL: https://build.opensuse.org/request/show/1095412 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=62
2023-06-29 13:09:07 +00:00
BuildRequires: automake >= 1.14
BuildRequires: gcc-c++
Accepting request 1095412 from home:pmonrealgonzalez:branches:devel:libraries:c_c++ - Update to 1.7.0: * DWARF: dwarf4 fix cie parsing. * x86_64: Stop aliasing RSP and CFA. * Prefer EXTBL unwinding on ARM. * [GCC pedantic] Fix "error: comma at end of enumerator list" when linking to libunwind. * Fix table indexing in dwarf_search_unwind_table. * Expose function-pointer-to-name API. * Add port for Linux on LoongArch. * Add more POSIX polyfills for nix cross-build on win. * DWARF: avoid a data race. * skip latex2man check with --disable-documentation. * Skip init_mem_validate calls during remote unwind. * [Loongarch64] amend the LoongArch64's CMakeLists.txt and compiling error. * Update license in pal-single-threaded.c. * Fix to malloc call in tdep_get_elf_image. * Updated to determine PAGE_SIZE dynamically. * Unwind with pointer authentication on arm64. * Make some structs non-empty. * DWARF: avoid invalid memory access with invalid CFI. * fix incorrect store in AArch64 getcontext. * avoid leaking registers across sigreturn. * Use constant for array size in os-linux. * added coredump support for s390x. * Allow an alternate LOG_DRIVER to be specified. * Remove bashisms from tests/check-namespace.sh. * Add autodetection of procfs_status type. * Add remote unwinding support for macOS. * Expose get_proc_info_in_range API. * Autodetect presence of elf_fpregset_t. OBS-URL: https://build.opensuse.org/request/show/1095412 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=62
2023-06-29 13:09:07 +00:00
BuildRequires: libtool
BuildRequires: lzma-devel
BuildRequires: pkgconfig
Accepting request 1095412 from home:pmonrealgonzalez:branches:devel:libraries:c_c++ - Update to 1.7.0: * DWARF: dwarf4 fix cie parsing. * x86_64: Stop aliasing RSP and CFA. * Prefer EXTBL unwinding on ARM. * [GCC pedantic] Fix "error: comma at end of enumerator list" when linking to libunwind. * Fix table indexing in dwarf_search_unwind_table. * Expose function-pointer-to-name API. * Add port for Linux on LoongArch. * Add more POSIX polyfills for nix cross-build on win. * DWARF: avoid a data race. * skip latex2man check with --disable-documentation. * Skip init_mem_validate calls during remote unwind. * [Loongarch64] amend the LoongArch64's CMakeLists.txt and compiling error. * Update license in pal-single-threaded.c. * Fix to malloc call in tdep_get_elf_image. * Updated to determine PAGE_SIZE dynamically. * Unwind with pointer authentication on arm64. * Make some structs non-empty. * DWARF: avoid invalid memory access with invalid CFI. * fix incorrect store in AArch64 getcontext. * avoid leaking registers across sigreturn. * Use constant for array size in os-linux. * added coredump support for s390x. * Allow an alternate LOG_DRIVER to be specified. * Remove bashisms from tests/check-namespace.sh. * Add autodetection of procfs_status type. * Add remote unwinding support for macOS. * Expose get_proc_info_in_range API. * Autodetect presence of elf_fpregset_t. OBS-URL: https://build.opensuse.org/request/show/1095412 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=62
2023-06-29 13:09:07 +00:00
BuildRequires: texlive-latex2man
ExcludeArch: s390
%description
A C programming interface (API) to determine the call chain of a program.
%package -n libunwind8
Summary: Call chain detection library for process self-inspection
Group: System/Libraries
Conflicts: libunwind < %{version}-%{release}
%description -n libunwind8
A C programming interface (API) to determine the call chain of a
program from within the same process.
%package -n libunwind-coredump0
Summary: Call chain detection library for coredump images
Group: System/Libraries
Conflicts: libunwind < %{version}-%{release}
%description -n libunwind-coredump0
A C programming interface (API) to determine the call chains
of the threads in coredump images.
%package -n libunwind-ptrace0
Summary: Call chain detection library for ptraced processes
Group: System/Libraries
Conflicts: libunwind < %{version}-%{release}
%description -n libunwind-ptrace0
A C programming interface (API) to determine the call chains of
another process by means of using ptrace(2) on it.
%package -n libunwind-setjmp0
Summary: Non-local goto (setjmp/longmap) implementation based on libunwind
Group: System/Libraries
Conflicts: libunwind < %{version}-%{release}
%description -n libunwind-setjmp0
The unwind-setjmp library offers a libunwind-based implementation of
non-local gotos. This is a drop-in replacement for the normal,
system-provided routines of the same name. With this library, setting
up a non-local goto via setjmp is generally faster compared to the
system routines, at the cost of a much slower longjmp.
%package devel
Summary: Headers for the Unwind library
Group: Development/Libraries/C and C++
%ifnarch ppc ppc64 ppc64le s390x
Requires: libunwind-coredump0 = %{version}-%{release}
%endif
Requires: libunwind-ptrace0 = %{version}-%{release}
Requires: libunwind-setjmp0 = %{version}-%{release}
Requires: libunwind8 = %{version}-%{release}
%description devel
A set of C programming interfaces to determine the call chain within a running
program (libunwind), of a coredump image (libunwind-coredump), or of a separate
process (libunwind-ptrace).
%prep
Accepting request 1095412 from home:pmonrealgonzalez:branches:devel:libraries:c_c++ - Update to 1.7.0: * DWARF: dwarf4 fix cie parsing. * x86_64: Stop aliasing RSP and CFA. * Prefer EXTBL unwinding on ARM. * [GCC pedantic] Fix "error: comma at end of enumerator list" when linking to libunwind. * Fix table indexing in dwarf_search_unwind_table. * Expose function-pointer-to-name API. * Add port for Linux on LoongArch. * Add more POSIX polyfills for nix cross-build on win. * DWARF: avoid a data race. * skip latex2man check with --disable-documentation. * Skip init_mem_validate calls during remote unwind. * [Loongarch64] amend the LoongArch64's CMakeLists.txt and compiling error. * Update license in pal-single-threaded.c. * Fix to malloc call in tdep_get_elf_image. * Updated to determine PAGE_SIZE dynamically. * Unwind with pointer authentication on arm64. * Make some structs non-empty. * DWARF: avoid invalid memory access with invalid CFI. * fix incorrect store in AArch64 getcontext. * avoid leaking registers across sigreturn. * Use constant for array size in os-linux. * added coredump support for s390x. * Allow an alternate LOG_DRIVER to be specified. * Remove bashisms from tests/check-namespace.sh. * Add autodetection of procfs_status type. * Add remote unwinding support for macOS. * Expose get_proc_info_in_range API. * Autodetect presence of elf_fpregset_t. OBS-URL: https://build.opensuse.org/request/show/1095412 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=62
2023-06-29 13:09:07 +00:00
%autosetup -p1 -n %{name}-%{_bversion}
%build
Accepting request 1095412 from home:pmonrealgonzalez:branches:devel:libraries:c_c++ - Update to 1.7.0: * DWARF: dwarf4 fix cie parsing. * x86_64: Stop aliasing RSP and CFA. * Prefer EXTBL unwinding on ARM. * [GCC pedantic] Fix "error: comma at end of enumerator list" when linking to libunwind. * Fix table indexing in dwarf_search_unwind_table. * Expose function-pointer-to-name API. * Add port for Linux on LoongArch. * Add more POSIX polyfills for nix cross-build on win. * DWARF: avoid a data race. * skip latex2man check with --disable-documentation. * Skip init_mem_validate calls during remote unwind. * [Loongarch64] amend the LoongArch64's CMakeLists.txt and compiling error. * Update license in pal-single-threaded.c. * Fix to malloc call in tdep_get_elf_image. * Updated to determine PAGE_SIZE dynamically. * Unwind with pointer authentication on arm64. * Make some structs non-empty. * DWARF: avoid invalid memory access with invalid CFI. * fix incorrect store in AArch64 getcontext. * avoid leaking registers across sigreturn. * Use constant for array size in os-linux. * added coredump support for s390x. * Allow an alternate LOG_DRIVER to be specified. * Remove bashisms from tests/check-namespace.sh. * Add autodetection of procfs_status type. * Add remote unwinding support for macOS. * Expose get_proc_info_in_range API. * Autodetect presence of elf_fpregset_t. OBS-URL: https://build.opensuse.org/request/show/1095412 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=62
2023-06-29 13:09:07 +00:00
autoreconf -fiv
%configure \
--enable-minidebuginfo
%make_build
%check
# run-coredump-unwind fails
%make_build check || :
%install
%make_install
find %{buildroot} -iregex '.*\.l?a$' -delete -print
Accepting request 1095412 from home:pmonrealgonzalez:branches:devel:libraries:c_c++ - Update to 1.7.0: * DWARF: dwarf4 fix cie parsing. * x86_64: Stop aliasing RSP and CFA. * Prefer EXTBL unwinding on ARM. * [GCC pedantic] Fix "error: comma at end of enumerator list" when linking to libunwind. * Fix table indexing in dwarf_search_unwind_table. * Expose function-pointer-to-name API. * Add port for Linux on LoongArch. * Add more POSIX polyfills for nix cross-build on win. * DWARF: avoid a data race. * skip latex2man check with --disable-documentation. * Skip init_mem_validate calls during remote unwind. * [Loongarch64] amend the LoongArch64's CMakeLists.txt and compiling error. * Update license in pal-single-threaded.c. * Fix to malloc call in tdep_get_elf_image. * Updated to determine PAGE_SIZE dynamically. * Unwind with pointer authentication on arm64. * Make some structs non-empty. * DWARF: avoid invalid memory access with invalid CFI. * fix incorrect store in AArch64 getcontext. * avoid leaking registers across sigreturn. * Use constant for array size in os-linux. * added coredump support for s390x. * Allow an alternate LOG_DRIVER to be specified. * Remove bashisms from tests/check-namespace.sh. * Add autodetection of procfs_status type. * Add remote unwinding support for macOS. * Expose get_proc_info_in_range API. * Autodetect presence of elf_fpregset_t. OBS-URL: https://build.opensuse.org/request/show/1095412 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=62
2023-06-29 13:09:07 +00:00
# Help packagers with %%files
find %{buildroot}/%{_libdir} -type f | sort
%post -n libunwind8 -p /sbin/ldconfig
%postun -n libunwind8 -p /sbin/ldconfig
%post -n libunwind-coredump0 -p /sbin/ldconfig
%postun -n libunwind-coredump0 -p /sbin/ldconfig
%post -n libunwind-ptrace0 -p /sbin/ldconfig
%postun -n libunwind-ptrace0 -p /sbin/ldconfig
%post -n libunwind-setjmp0 -p /sbin/ldconfig
%postun -n libunwind-setjmp0 -p /sbin/ldconfig
%files -n libunwind8
Accepting request 1095412 from home:pmonrealgonzalez:branches:devel:libraries:c_c++ - Update to 1.7.0: * DWARF: dwarf4 fix cie parsing. * x86_64: Stop aliasing RSP and CFA. * Prefer EXTBL unwinding on ARM. * [GCC pedantic] Fix "error: comma at end of enumerator list" when linking to libunwind. * Fix table indexing in dwarf_search_unwind_table. * Expose function-pointer-to-name API. * Add port for Linux on LoongArch. * Add more POSIX polyfills for nix cross-build on win. * DWARF: avoid a data race. * skip latex2man check with --disable-documentation. * Skip init_mem_validate calls during remote unwind. * [Loongarch64] amend the LoongArch64's CMakeLists.txt and compiling error. * Update license in pal-single-threaded.c. * Fix to malloc call in tdep_get_elf_image. * Updated to determine PAGE_SIZE dynamically. * Unwind with pointer authentication on arm64. * Make some structs non-empty. * DWARF: avoid invalid memory access with invalid CFI. * fix incorrect store in AArch64 getcontext. * avoid leaking registers across sigreturn. * Use constant for array size in os-linux. * added coredump support for s390x. * Allow an alternate LOG_DRIVER to be specified. * Remove bashisms from tests/check-namespace.sh. * Add autodetection of procfs_status type. * Add remote unwinding support for macOS. * Expose get_proc_info_in_range API. * Autodetect presence of elf_fpregset_t. OBS-URL: https://build.opensuse.org/request/show/1095412 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=62
2023-06-29 13:09:07 +00:00
%license COPYING
%doc README NEWS
%{_libdir}/libunwind.so.8*
%ifarch %arm
%{_libdir}/libunwind-arm.so.8*
%else
%ifarch riscv32 riscv64
%{_libdir}/libunwind-riscv.so.8*
%else
%ifarch %ix86
%{_libdir}/libunwind-x86.so.8*
%else
%ifarch ppc
%{_libdir}/libunwind-ppc32.so.8*
%else
%ifarch ppc64 ppc64le
%{_libdir}/libunwind-ppc64.so.8*
%else
%{_libdir}/libunwind-%{_target_cpu}.so.8*
%endif
%endif
%endif
%endif
%endif
%ifnarch ppc ppc64 ppc64le s390x
%files -n libunwind-coredump0
%{_libdir}/libunwind-coredump.so.0*
%endif
%files -n libunwind-setjmp0
%{_libdir}/libunwind-setjmp.so.0*
%files -n libunwind-ptrace0
%{_libdir}/libunwind-ptrace.so.0*
%files devel
%{_includedir}/*
%{_libdir}/%{name}*.so
%{_libdir}/pkgconfig/%{name}*.pc
Accepting request 1095412 from home:pmonrealgonzalez:branches:devel:libraries:c_c++ - Update to 1.7.0: * DWARF: dwarf4 fix cie parsing. * x86_64: Stop aliasing RSP and CFA. * Prefer EXTBL unwinding on ARM. * [GCC pedantic] Fix "error: comma at end of enumerator list" when linking to libunwind. * Fix table indexing in dwarf_search_unwind_table. * Expose function-pointer-to-name API. * Add port for Linux on LoongArch. * Add more POSIX polyfills for nix cross-build on win. * DWARF: avoid a data race. * skip latex2man check with --disable-documentation. * Skip init_mem_validate calls during remote unwind. * [Loongarch64] amend the LoongArch64's CMakeLists.txt and compiling error. * Update license in pal-single-threaded.c. * Fix to malloc call in tdep_get_elf_image. * Updated to determine PAGE_SIZE dynamically. * Unwind with pointer authentication on arm64. * Make some structs non-empty. * DWARF: avoid invalid memory access with invalid CFI. * fix incorrect store in AArch64 getcontext. * avoid leaking registers across sigreturn. * Use constant for array size in os-linux. * added coredump support for s390x. * Allow an alternate LOG_DRIVER to be specified. * Remove bashisms from tests/check-namespace.sh. * Add autodetection of procfs_status type. * Add remote unwinding support for macOS. * Expose get_proc_info_in_range API. * Autodetect presence of elf_fpregset_t. OBS-URL: https://build.opensuse.org/request/show/1095412 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=62
2023-06-29 13:09:07 +00:00
%{_mandir}/man3/*
%changelog