Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37543567
en ru br
ALT Linux repos
S:1.6.2-alt1
5.0: 0.99-alt2
4.1: 0.99-alt1

Group :: Development/Debuggers
RPM: libunwind

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libunwind
Version: 1.6.2
Release: alt1

Summary: An unwinding library
License: MIT
Group: Development/Debuggers
Url: http://savannah.nongnu.org/projects/libunwind

Source: %name-%version.tar
Patch0: libunwind-1.5.0-fix-linking.patch
Patch1: libunwind-1.5.0-LFS-support.patch

%description
Libunwind provides a C ABI to determine the call-chain of a program.

%package devel
Summary: Development package for libunwind
Group: Development/Debuggers
Requires: libunwind = %version-%release

%description devel
The libunwind-devel package includes the libraries and header files for
libunwind.

%prep
%setup
%patch0 -p1
%patch1 -p1

%build
%autoreconf
%configure \
--enable-setjmp=no \
--disable-static \
#
make

%install
%makeinstall

%set_verify_elf_method strict
%define _unpackaged_files_terminate_build 1
%define _stripped_files_terminate_build 1

%files
%doc COPYING README NEWS
%_libdir/libunwind*.so.*

%files devel
%_libdir/libunwind*.so
%_pkgconfigdir/*.pc
%_includedir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin