REMOVE COVERAGE TEST

epel9
Volker Fröhlich 13 years ago
parent 036aa370be
commit df56f8f911

@ -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@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@lists.fedoraproject.org> - 1.0.0a-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

Loading…
Cancel
Save