Update conditionals for EPEL7

epel9
Volker Fröhlich 11 years ago
parent 23b307c046
commit 63fd7f819d

@ -6,18 +6,18 @@
#EPSG data in libspatialite should be in sync with our current GDAL version #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, # Geocallbacks work with SQLite 3.7.3 and up, available in Fedora and EL 7
# but not in EL, including 6; are off by default # The author expects malfunction in versions of libxml2 older than 2.8
%if 0%{?fedora} %if (0%{?fedora} || 0%{?rhel} > 6)
%global _libxml2 "--enable-libxml2=yes" %global _libxml2 "--enable-libxml2=yes"
%global _geocallback "--enable-geocallbacks" %global _geocallback "--enable-geocallbacks"
%endif
#%if 0%{?fedora} > 18 # A new feature available in PostGIS 2.0
# The author expects malfunction in older versions of libxml2 than 2.8 #%%global _lwgeom "--enable-lwgeom=yes"
#%global _lwgeom "--enable-lwgeom=yes" # Disabled due to a circular dependency issue with PostGIS
# https://bugzilla.redhat.com/show_bug.cgi?id=979179
%global _lwgeom "--enable-lwgeom=no" %global _lwgeom "--enable-lwgeom=no"
#%endif %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"
@ -54,13 +54,11 @@ BuildRequires: proj-devel
BuildRequires: sqlite-devel BuildRequires: sqlite-devel
BuildRequires: zlib-devel BuildRequires: zlib-devel
%if 0%{?fedora} %if (0%{?fedora} || 0%{?rhel} > 6)
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
#BuildRequires: postgis
%endif %endif
#%if 0%{?fedora} > 18
#BuildRequires: postgis
#%endif
%description %description
SpatiaLite is a a library extending the basic SQLite core SpatiaLite is a a library extending the basic SQLite core
@ -137,6 +135,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Thu Jan 23 2014 Volker Fröhlich <volker27@gmx.at> - 4.1.1-2
- Update for EPEL 7
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.1-2 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

Loading…
Cancel
Save