Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37512283
en ru br
Репозитории ALT
S:1.6.2-alt1
5.1: 0.99-alt4
4.1: 0.99-alt1
www.altlinux.org/Changes

Группа :: Разработка/Отладчики
Пакет: libunwind

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: libunwind
Version: 0.99
Release: alt1

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

Source: http://download.savannah.nongnu.org/releases/libunwind/libunwind-snap-%upstreamsnap.tar.gz
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

%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

%post -p %post_ldconfig
%postun -p %postun_ldconfig

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

%files devel
%_libdir/libunwind*.so
%_mandir/*/*
%_includedir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin