Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37769262
en ru br
Репозитории ALT
S:4.4_1.0.1-alt2
5.1: 4.0-alt2
4.1: 3.1-alt1
4.0: 3.1-alt0.1
www.altlinux.org/Changes

Другие репозитории
Upstream:0.09

Группа :: Интерпретаторы команд
Пакет: bashdb

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

#set_verify_elf_method relaxed

Summary: BASH with Debugger and Improved Debug Support and Error Handling
Name: bashdb
Version: 4.0
Release: alt2
Url: http://bashdb.sourceforge.net/
License: GPL
Group: Shells

Packager: Alexey Gladkov <legion at altlinux.ru>

%define oversion %version

Source: http://dl.sf.net/bashdb/%name-%oversion.tar.bz2
Patch0: bashdb-alt-use-mktemp.patch
Patch1: bashdb-alt-fix-builtin.patch
Patch2: bashdb-fix-set0.patch

Requires: /usr/lib/bash

# Automatically added by buildreq on Thu Aug 07 2008

BuildRequires: gcc-c++ tetex-core bash-devel

%description
The Bash Debugger Project contains patched sources to BASH that enable
better debugging support as well as improved error reporting. In
addition, this project contains the most comprehensive source-code
debugger for bash that has been written.

%prep
%setup -q -n %name-%oversion
%patch0 -p1
%patch1 -p1 -b .fix
%patch2 -p1

%build
export CFLAGS="$CFLAGS %optflags %optflags_shared"

%configure \
--with-pic \
--enable-getopt \
--with-bash \
--with-bash-src=/usr/include/bash
%make_build

%install
%makeinstall_std

mkdir -p -- %buildroot/usr/lib/bash
mv -f -- %buildroot/%_datadir/%name/builtin/* %buildroot/usr/lib/bash

%files
%doc README THANKS NEWS TODO
%_bindir/*
%_datadir/%name
/usr/lib/bash/*
%_infodir/*
%_man1dir/*

%changelog

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

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