Temporarily resolve gdal circular dependency by disabling lwgeom

(postgis)
epel9
Volker Fröhlich 12 years ago
parent f4cfc1e3bf
commit 1f55f67c59

@ -13,10 +13,11 @@
%global _geocallback "--enable-geocallbacks" %global _geocallback "--enable-geocallbacks"
%endif %endif
%if 0%{?fedora} > 18 #%if 0%{?fedora} > 18
# The author expects malfunction in older versions of libxml2 than 2.8 # The author expects malfunction in older versions of libxml2 than 2.8
%global _lwgeom "--enable-lwgeom=yes" #%global _lwgeom "--enable-lwgeom=yes"
%endif %global _lwgeom "--enable-lwgeom=no"
#%endif
# GEOS 3.3 is only available in Fedora and from EL6 on and up # GEOS 3.3 is only available in Fedora and from EL6 on and up
# Older versions don't allow for "geosadvanced" # Older versions don't allow for "geosadvanced"
@ -36,7 +37,7 @@
Name: libspatialite Name: libspatialite
Version: 4.1.0 Version: 4.1.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Enables SQLite to support spatial data Summary: Enables SQLite to support spatial data
Group: System Environment/Libraries Group: System Environment/Libraries
License: MPLv1.1 or GPLv2+ or LGPLv2+ License: MPLv1.1 or GPLv2+ or LGPLv2+
@ -57,9 +58,9 @@ BuildRequires: zlib-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
%endif %endif
%if 0%{?fedora} > 18 #%if 0%{?fedora} > 18
BuildRequires: postgis #BuildRequires: postgis
%endif #%endif
%description %description
SpatiaLite is a a library extending the basic SQLite core SpatiaLite is a a library extending the basic SQLite core
@ -136,6 +137,10 @@ rm -rf %{buildroot}
%changelog %changelog
* Thu Jun 27 2013 Volker Fröhlich <volker27@gmx.at> - 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 <volker27@gmx.at> - 4.1.0-1 * Tue Jun 4 2013 Volker Fröhlich <volker27@gmx.at> - 4.1.0-1
- New upstream release - New upstream release

Loading…
Cancel
Save