|
|
|
@ -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 <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)
|
|
|
|
|
- Don't build with profiling
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|