Disable PPC and don't build with gcov profiling

epel9
Volker Fröhlich 13 years ago
parent 483310d438
commit 2320f8dd57

@ -31,12 +31,10 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
# EPEL 5 reminiscences are for ELGIS # EPEL 5 reminiscences are for ELGIS
#BuildRequires: autoconf automake libtool
BuildRequires: proj-devel BuildRequires: proj-devel
BuildRequires: freexl-devel BuildRequires: freexl-devel
BuildRequires: sqlite-devel BuildRequires: sqlite-devel
BuildRequires: geos-devel BuildRequires: geos-devel
BuildRequires: lcov
# Doesn't build on ppc or ppc64 # Doesn't build on ppc or ppc64
# https://bugzilla.redhat.com/show_bug.cgi?id=663938 # https://bugzilla.redhat.com/show_bug.cgi?id=663938
@ -61,14 +59,12 @@ developing applications that use %{name}.
%prep %prep
#%setup -q
%setup -q -n %{name}-%{version}-RC2 %setup -q -n %{name}-%{version}-RC2
%build %build
%configure \ %configure \
--disable-static \ --disable-static \
--enable-gcov \
%{?_geocallback} \ %{?_geocallback} \
%{?_geosadvanced} %{?_geosadvanced}
@ -85,11 +81,10 @@ rm -f %{buildroot}/%{_libdir}/%{name}.la
%check %check
make %{?_smp_mflags} coverage-init
#TODO: Tests don't respect destdir, it seems #TODO: Tests don't respect destdir, it seems
# Doesn't respect missing FreeXl -- e-mailed the author # Doesn't respect missing FreeXl -- e-mailed the author
make check make check
make coverage
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
@ -113,8 +108,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Thu Aug 10 2012 Volker Fröhlich <volker27@gmx.at> - 3.1.0-0.3.RC2 * Sat Aug 18 2012 Volker Fröhlich <volker27@gmx.at> - 3.1.0-0.3.RC2
- Add ppc to excluded archs (BZ #846301) - Add ppc to excluded archs (BZ #846301)
- Don't build with profiling
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-0.2.RC2 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-0.2.RC2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

Loading…
Cancel
Save