Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37594428
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: 0.99
Release: alt2

%define frysksnap 20070405cvs
%define upstreamsnap 070224
Summary: An unwinding library
License: BSD
Group: Development/Debuggers
Url: http://savannah.nongnu.org/projects/libunwind
Packager: Yuriy Kashirin <uka at altlinux.ru>

Source: http://download.savannah.nongnu.org/releases/libunwind/libunwind-snap-%upstreamsnap.tar.gz
Patch0: %name-%version-%release.patch
#Patch1: libunwind-snap-%upstreamsnap-frysk%frysksnap.patch
#Patch2: libunwind-makefile-alt.patch

BuildRequires: glibc gcc make tar gzip automake libtool autoconf

%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 -q -n %name-%version-alpha

%patch -p1
#patch1 -p1 -E
#patch2 -p0

# New files from Patch1:

chmod +x tests/run-ptrace-stepper
chmod +x tests/run-ptrace-signull

%build
mkdir -p config
aclocal
libtoolize
autoheader
automake --add-missing
autoconf
%configure --disable-static --enable-shared
make

%install
%makeinstall
rm -f %buildroot/%_libdir/libunwind*.la


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

%files devel
%_libdir/libunwind*.so
%_mandir/*/*
%_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