# Warning to ELGIS: # 1 of the 41 tests is known to fail on EL6 (32 bit and 64 bit Intel) # Tests pass though on PPC and PPC64 # The author is informed about that. # The problem seems to stem from Geos. #EPSG data in libspatialite should be in sync with our current GDAL version # Geocallbacks work with SQLite 3.7.3 and up, available in Fedora, # but not in EL, including 6; are off by default %if 0%{?fedora} %global _libxml2 "--enable-libxml2=yes" %global _geocallback "--enable-geocallbacks" %endif #%if 0%{?fedora} > 18 # The author expects malfunction in older versions of libxml2 than 2.8 #%global _lwgeom "--enable-lwgeom=yes" %global _lwgeom "--enable-lwgeom=no" #%endif # GEOS 3.3 is only available in Fedora and from EL6 on and up # Older versions don't allow for "geosadvanced" %if 0%{?rhel} == 5 #TODO: Fails to build, reported by mail. If geosadvanced is disabled, linker flags miss geos_c %global _geosadvanced "--disable-geosadvanced" # Checks are known to fail if libspatialite is built without geosadvanced # TODO: Check if that's still true anywhere %endif # At least 20 tests fail due to precision issues on ARM # Contacted the author about the matter %ifarch armv7hl %global _no_checks 1 %endif Name: libspatialite Version: 4.1.1 Release: 1%{?dist} Summary: Enables SQLite to support spatial data Group: System Environment/Libraries License: MPLv1.1 or GPLv2+ or LGPLv2+ URL: https://www.gaia-gis.it/fossil/libspatialite Source0: http://www.gaia-gis.it/gaia-sins/%{name}-sources/%{name}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) # EPEL 5 reminiscences are for ELGIS BuildRequires: freexl-devel BuildRequires: geos-devel BuildRequires: proj-devel BuildRequires: sqlite-devel BuildRequires: zlib-devel %if 0%{?fedora} BuildRequires: libxml2-devel %endif #%if 0%{?fedora} > 18 #BuildRequires: postgis #%endif %description SpatiaLite is a a library extending the basic SQLite core in order to get a full fledged Spatial DBMS, really simple and lightweight, but mostly OGC-SFS compliant. %package devel Summary: Development libraries and headers for SpatiaLite Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} Requires: pkgconfig %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q # Remove test failing on 32 bit systems # Contacted the author about it %ifarch i386 i686 ppc sed -i '/hexgrid22/ d' test/Makefile.in test/Makefile.am rm test/sql_stmt_geosadvanced_tests/hexgrid22.testcase %endif %build %configure \ --disable-static \ %{?_lwgeom} \ %{?_libxml2} \ %{?_geocallback} \ %{?_geosadvanced} make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} # Delete undesired libtool archives rm -f %{buildroot}/%{_libdir}/%{name}.la %check %if 0%{?_no_checks} %else make check %endif %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %doc COPYING AUTHORS %{_libdir}/%{name}.so.* %files devel %doc examples/*.c %{_includedir}/spatialite.h %{_includedir}/spatialite %{_libdir}/%{name}.so %{_libdir}/pkgconfig/spatialite.pc %changelog * Mon Jul 1 2013 Volker Fröhlich - 4.1.1-1 - New upstram release * Thu Jun 27 2013 Volker Fröhlich - 4.1.0-2 - Temporarily disable lwgeom features to break the circular dependency between gdal -- libspatialite -- postgis -- gdal * Tue Jun 4 2013 Volker Fröhlich - 4.1.0-1 - New upstream release * Mon Apr 8 2013 Volker Fröhlich - 4.0.0-3 - Disable hexgrid22 test on 32 bit systems - Disable tests on ARM * Thu Feb 14 2013 Fedora Release Engineering - 4.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sun Dec 1 2012 Volker Fröhlich - 4.0.0-1 - New upstream release - Remove arch restrictions, solving BZ 663938 and 846301 - Update conditional for geosadvanced * 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 * Fri Jan 27 2012 Volker Fröhlich - 3.1.0-0.1.RC2 - Add pkconfig as Requirement to the devel sub-package - Drop freexl patch (solved), build with Freexl - Update descriptions and summaries - Re-design conditionals for build flags - Don't run checks if built without advancedgeos - Include examples as documentation * Wed Jan 14 2012 Volker Fröhlich - 3.0.1-1 - New upstream release - Drop defattr - Run tests - Own spatialite include-dir - Add GPLv2+ and LGPLv2+ as alternative licenses - Update URL and source URL - Reduce build conditions to EPEL or not - Use isa macro in base package Requires * Fri Jan 13 2012 Fedora Release Engineering - 2.4.0-0.7.RC4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering - 2.4.0-0.6.RC4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Dec 7 2010 Volker Fröhlich 2.4.0-0.5.RC4 - Corrected wrong Fedora version number in if-statement * Sun Dec 5 2010 Volker Fröhlich 2.4.0-0.4.RC4 - Refined configure condition to support RHEL * Fri Dec 3 2010 Volker Fröhlich 2.4.0-0.3.RC4 - Added buildroot - Added doc files * Wed Dec 1 2010 Volker Fröhlich 2.4.0-0.2.RC4 - Added description of devel package - Switched to disable-static flag * Sun Nov 28 2010 Volker Fröhlich 2.4.0-0.1.RC4 - Initial packaging for Fedora