diff --git a/librasterlite2.spec b/librasterlite2.spec index 3ce4961..674b51c 100644 --- a/librasterlite2.spec +++ b/librasterlite2.spec @@ -2,7 +2,7 @@ # and gaiagraphics solved in the past. It is not a drop-in replacement for either. Name: librasterlite2 Version: 1.0.0 -Release: 3.rc0%{?dist}.2 +Release: 3.rc0%{?dist}.3 Summary: Stores and retrieves huge raster coverages using a SpatiaLite DBMS Group: System Environment/Libraries License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -57,6 +57,10 @@ wmslite is a simple WMS server (Web Map Service) based on librasterlite2. # This issue should be sorted out for releases after 1.0.0.rc0 export LDFLAGS="-lpthread" +# Link tools to sqlite3 +# https://groups.google.com/forum/#!topic/spatialite-users/BGKWBxCO0DY +sed -i 's/lrasterlite2/lrasterlite2 -lsqlite3/' tools/Makefile.in + %configure \ --disable-static @@ -103,8 +107,11 @@ make check || true %{_bindir}/rl2tool %{_bindir}/wmslite - +#TODO: Make the release at least 4 on the final release, to fix the versioning mistake I made. %changelog +* Mon Dec 28 2015 Volker Froehlich - 1.0.0-3.rc0.3 +- rebuilt + * Mon Dec 28 2015 Igor Gnatenko - 1.0.0-3.rc0.2 - Rebuilt for libwebp soname bump