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

Группа :: Development/Tools
Пакет: lcov

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

Name: lcov
Version: 1.13
Release: alt1

Summary: LTP GCOV extension code coverage tool
Group: Development/Tools
License: GPLv2+
URL: http://ltp.sourceforge.net/coverage/lcov.php
BuildArch: noarch

# https://github.com/linux-test-project/lcov.git

# git://git.altlinux.org/gears/l/lcov.git
Source: %name-%version-%release.tar

Requires: gcc-common perl-GD

%{?!_without_check:%{?!_disable_check:BuildRequires: /proc}}
%define _unpackaged_files_terminate_build 1

%description
LCOV is an extension of GCOV, a GNU tool which provides information
about what parts of a program are actually executed (i.e. "covered")
while running a particular test case.  The extension consists of a set
of PERL scripts which build on the textual GCOV output to implement
HTML based output and support for large projects.

%prep
%setup -n %name-%version-%release
cat > .version <<EOF
VERSION=%version
RELEASE=%release
FULL=%version
EOF

%install
%makeinstall_std PREFIX=%_prefix CFG_DIR=%_sysconfdir

%check
make test

%files
%_bindir/*
%_man1dir/*
%_man5dir/*
%config(noreplace) %_sysconfdir/lcovrc

%changelog

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

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