Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37576557
en ru br
ALT Linux repositórios
S:1.15-alt1

Group :: Development/Tools
RPM: lcov

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009