[freexl] REMOVE COVERAGE TEST

Volker Fröhlich volter at fedoraproject.org
Fri Jan 13 21:04:52 UTC 2012


commit df56f8f9118c7db8f9e09d8245c2818c6f5d66ba
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Fri Jan 13 22:04:32 2012 +0100

    REMOVE COVERAGE TEST

 freexl.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/freexl.spec b/freexl.spec
index 3d7b5f4..8b7917e 100644
--- a/freexl.spec
+++ b/freexl.spec
@@ -1,13 +1,12 @@
 Name:      freexl
 Version:   1.0.0a
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Library to extract data from within an Excel spreadsheet 
 Group:     System Environment/Libraries
 License:   MPLv1.1 or GPLv2+ or LGPLv2+
 URL:       http://www.gaia-gis.it/FreeXL
 Source0:   http://www.gaia-gis.it/FreeXL/%{name}-%{version}.tar.gz 
 BuildRequires: doxygen
-BuildRequires: lcov
 
 %description
 FreeXL is a library to extract valid data
@@ -35,7 +34,7 @@ developing applications that use %{name}.
 
 
 %build
-%configure --enable-gcov=yes --disable-static
+%configure --enable-gcov=no --disable-static
 make %{?_smp_mflags}
 
 # Mailed the author on Dec 5th 2011
@@ -48,9 +47,7 @@ rm -f html/installdox
 
 
 %check
-make coverage-init
 make check
-make coverage
 
 # Clean up
 pushd examples
@@ -82,6 +79,9 @@ rm -f %{buildroot}%{_libdir}/lib%{name}.la
 
 
 %changelog
+* Fri Jan 13 2012 Volker Fröhlich <volker27 at gmx.at> 1.0.0a-3
+- Remove coverage tests and BR for lcov (fail in Rawhide)
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0a-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list