|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: libspatialite
|
|
|
|
|
Version: 2.4.0
|
|
|
|
|
Release: 0.4.RC4%{?dist}
|
|
|
|
|
Release: 0.5.RC4%{?dist}
|
|
|
|
|
Summary: Enables SQLite to support spatial data
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: MPLv1.1
|
|
|
|
@ -31,7 +31,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# Geocallbacks work with SQLite 3.7.3, available in F15, but not in RHEL yet.
|
|
|
|
|
%if (0%{?fedora} < 14 || 0%{?rhel})
|
|
|
|
|
%if (0%{?fedora} < 15 || 0%{?rhel})
|
|
|
|
|
%configure \
|
|
|
|
|
--disable-static \
|
|
|
|
|
--disable-geocallbacks
|
|
|
|
@ -75,6 +75,9 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Dec 7 2010 Volker Fröhlich <volker27@gmx.at> 2.4.0-0.5.RC4
|
|
|
|
|
- Corrected wrong Fedora version number in if-statement
|
|
|
|
|
|
|
|
|
|
* Sun Dec 5 2010 Volker Fröhlich <volker27@gmx.at> 2.4.0-0.4.RC4
|
|
|
|
|
- Refined configure condition to support RHEL
|
|
|
|
|
|
|
|
|
|