From 2320f8dd57af9ca9a64a1d2ef8b6b6dc43213468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volker=20Fr=C3=B6hlich?= Date: Sat, 18 Aug 2012 19:57:49 +0200 Subject: [PATCH] Disable PPC and don't build with gcov profiling --- libspatialite.spec | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/libspatialite.spec b/libspatialite.spec index 99f176b..16f7b7d 100644 --- a/libspatialite.spec +++ b/libspatialite.spec @@ -31,12 +31,10 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) # EPEL 5 reminiscences are for ELGIS -#BuildRequires: autoconf automake libtool BuildRequires: proj-devel BuildRequires: freexl-devel BuildRequires: sqlite-devel BuildRequires: geos-devel -BuildRequires: lcov # Doesn't build on ppc or ppc64 # https://bugzilla.redhat.com/show_bug.cgi?id=663938 @@ -61,14 +59,12 @@ developing applications that use %{name}. %prep -#%setup -q %setup -q -n %{name}-%{version}-RC2 %build %configure \ --disable-static \ - --enable-gcov \ %{?_geocallback} \ %{?_geosadvanced} @@ -85,11 +81,10 @@ rm -f %{buildroot}/%{_libdir}/%{name}.la %check -make %{?_smp_mflags} coverage-init #TODO: Tests don't respect destdir, it seems # Doesn't respect missing FreeXl -- e-mailed the author make check -make coverage + %clean rm -rf %{buildroot} @@ -113,8 +108,9 @@ rm -rf %{buildroot} %changelog -* Thu Aug 10 2012 Volker Fröhlich - 3.1.0-0.3.RC2 +* Sat Aug 18 2012 Volker Fröhlich - 3.1.0-0.3.RC2 - Add ppc to excluded archs (BZ #846301) +- Don't build with profiling * Thu Jul 19 2012 Fedora Release Engineering - 3.1.0-0.2.RC2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild