[readosm/el6] Disable coverage profiling

Volker Fröhlich volter at fedoraproject.org
Sat Aug 18 18:20:02 UTC 2012


commit 3458fb039688d2873d0cf92b6f78775cdd4fa64e
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Sat Aug 18 20:19:40 2012 +0200

    Disable coverage profiling

 readosm.spec |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/readosm.spec b/readosm.spec
index 5ebabea..e65d6fb 100644
--- a/readosm.spec
+++ b/readosm.spec
@@ -1,6 +1,6 @@
 Name:           readosm
 Version:        1.0.0a
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Library to extract data from Open Streetmap input files
 
 Group:          System Environment/Libraries
@@ -10,7 +10,6 @@ URL:            https://www.gaia-gis.it/fossil/readosm
 
 BuildRequires:  expat-devel
 BuildRequires:  zlib-devel
-BuildRequires:  lcov
 
 %description
 ReadOSM is a simple library intended for extracting the contents from 
@@ -33,9 +32,7 @@ developing applications that use %{name}.
 
 
 %build
-%configure \
-    --disable-static \
-    --enable-gcov
+%configure --disable-static
 
 make %{?_smp_mflags}
 
@@ -48,9 +45,7 @@ rm -f %{buildroot}%{_libdir}/lib%{name}.la
 
 
 %check
-make %{?_smp_mflags} coverage-init
 make check
-make coverage
 
 
 %post -p /sbin/ldconfig
@@ -68,5 +63,8 @@ make coverage
 %{_includedir}/%{name}.h
 
 %changelog
+* Sun Aug 12 2012 Volker Fröhlich <volker27 at gmx.at> - 1.0.0a-2
+- Disable coverage profiling
+
 * Sun Aug 12 2012 Volker Fröhlich <volker27 at gmx.at> - 1.0.0a-1
 - Inital package for Fedora


More information about the scm-commits mailing list