diff --git a/.cvsignore b/.cvsignore index cf4eef0..b1ca696 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lcov-1.4.tar.gz +lcov-1.7.tar.gz diff --git a/lcov.spec b/lcov.spec index 1ab30b7..afcafc2 100644 --- a/lcov.spec +++ b/lcov.spec @@ -1,15 +1,13 @@ Name: lcov -Version: 1.4 -Release: 2%{?dist} +Version: 1.7 +Release: 1%{?dist} Summary: LTP GCOV extension code coverage tool Group: Development/Tools -License: GPL +License: GPLv2+ URL: http://ltp.sourceforge.net/coverage/lcov.php -Source0: http://dl.sourceforge.net/ltp/lcov-%{version}.tar.gz -Patch1: lcov-1.4-lcovrc.patch -Patch2: lcov-1.4-gcda-suffix.patch +Source0: http://downloads.sourceforge.net/ltp/lcov-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -27,9 +25,6 @@ HTML output and support for large projects. %prep %setup -q -%patch1 -p1 -%patch2 -p1 - %install rm -rf $RPM_BUILD_ROOT make install PREFIX=$RPM_BUILD_ROOT @@ -42,9 +37,22 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %{_mandir}/man1/* %{_mandir}/man5/* -%config(noreplace) %attr(0644,root,root) /etc/lcovrc +%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/lcovrc %changelog +* Tue Aug 25 2009 Roland McGrath - 1.7-1 +- Update to 1.7 release. + +* Fri Jul 24 2009 Fedora Release Engineering - 1.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Feb 25 2009 Fedora Release Engineering - 1.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu May 22 2008 Roland McGrath - 1.6-1 +- Update to 1.6 release. +- Fix License: tag. + * Mon Feb 20 2006 Roland McGrath - 1.4-2 - Fix lcov -z to look for .gcda (GCC >= 3.4) suffix as well as .da (old GCC). - Remove empty %%build from spec. diff --git a/sources b/sources index 49624e4..1be5f40 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9ae93c6619ee60a9e89bd2da0e49ae4a lcov-1.4.tar.gz +445fc85c33c0ce21f5e0e06cd881b928 lcov-1.7.tar.gz