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

Группа :: Разработка/Прочее
Пакет: dejagnu

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

Name: dejagnu
Version: 1.6.2
Release: alt2
Epoch: 1

Summary: A front end for testing other programs
License: GPLv3+
Group: Development/Other
Url: https://www.gnu.org/software/%name/
BuildArch: noarch

# git://git.altlinux.org/gears/d/dejagnu.git

Source: %name-%version-%release.tar

Requires: expect /dev/pts
BuildRequires: expect gcc-c++ makeinfo
%{?!_without_check:%{?!_disable_check:BuildRequires: /dev/pts}}

%description
DejaGnu is an Expect/Tcl based framework for testing other programs.
DejaGnu has several purposes: to make it easy to write tests for any
program; to allow you to write tests which will be portable to any
host or target where a program must be tested; and to standardize the
output format of all tests (making it easier to integrate the testing
into software development).

%prep
%setup -n %name-%version-%release

%build
%configure
%make_build MAKEINFOFLAGS=--no-split

%install
%makeinstall_std
ln -rsnf %buildroot/usr/share/gnu-config/config.guess \
%buildroot%_datadir/%name/libexec/

%check
[ -w /dev/ptmx ] || exit 0
%make_build -k check

%define _unpackaged_files_terminate_build 1
%define _stripped_files_terminate_build 1
%set_verify_elf_method strict

%files
%_bindir/*
%_datadir/%name
%_includedir/*
%_infodir/*
%_mandir/man?/*
%doc NEWS README AUTHORS ChangeLog

%changelog

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

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