Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 1538291a1866ef0ded61ba34514d2fb7 > files > 2

lcov-1.10-2.mga3.src.rpm

Summary:	LTP GCOV extension code coverage tool
Name:		lcov
Version:	1.10
Release:	%mkrel 2
Group:		Development/Other
License:	GPLv2
URL:		http://ltp.sourceforge.net/coverage/lcov.php
Source:		http://ltp.sourceforge.net/coverage/tools/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:	noarch

%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 output and support for large projects.

%prep
%setup -q

%build

%install
%makeinstall PREFIX=$RPM_BUILD_ROOT
chmod -x $RPM_BUILD_ROOT%{_sysconfdir}/lcovrc

%files
%config(noreplace) %{_sysconfdir}/lcovrc
%{_bindir}/*
%{_mandir}/man*/*




%changelog

* Sat Jan 12 2013 umeabot <umeabot> 1.10-2.mga3
+ Revision: 356715
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Thu Jan 10 2013 kamil <kamil> 1.10-1.mga3
+ Revision: 344597
- new version 1.10
- clean .spec a bit

* Fri Aug 10 2012 tv <tv> 1.9-1.mga3
+ Revision: 280346
- imported package lcov