[spatialite-tools] Update to 3.1.0b

Volker Fröhlich volter at fedoraproject.org
Sat Aug 18 12:51:43 UTC 2012


commit 1d44b9166652463d79e43fb607cd3e101ec3b58d
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Sat Aug 18 14:51:08 2012 +0200

    Update to 3.1.0b

 .gitignore            |    1 +
 sources               |    2 +-
 spatialite-tools.spec |   25 +++++++++++++++++--------
 3 files changed, 19 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9ccec9c..12a9d5d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /spatialite-tools-2.4.0.tar.gz
+/spatialite-tools-3.1.0b.tar.gz
diff --git a/sources b/sources
index 30a5d1a..44a2bf8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e161e774a26e874d7d92d428ae2ad685  spatialite-tools-2.4.0.tar.gz
+0a3e4bb4b5a919ec353bf41e1662fb45  spatialite-tools-3.1.0b.tar.gz
diff --git a/spatialite-tools.spec b/spatialite-tools.spec
index 6c42220..808aa9a 100644
--- a/spatialite-tools.spec
+++ b/spatialite-tools.spec
@@ -1,22 +1,25 @@
 Name:           spatialite-tools
-Version:        2.4.0
-Release:        0.6.RC4%{?dist}
+Version:        3.1.0b
+Release:        1%{?dist}
 Summary:        A set of useful CLI tools for SpatiaLite
 
 Group:          Development/Tools
 License:        GPLv3+
-Source0:        http://www.gaia-gis.it/spatialite-%{version}-4/%{name}-%{version}.tar.gz
-URL:            http://www.gaia-gis.it/spatialite/index.html
+Source0:        http://www.gaia-gis.it/gaia-sins/%{name}-%{version}.tar.gz
+URL:            https://www.gaia-gis.it/fossil/spatialite-tools
 
 BuildRequires:  expat-devel
+BuildRequires:  freexl-devel
 BuildRequires:  geos-devel
 BuildRequires:  libspatialite-devel
 BuildRequires:  proj-devel
 BuildRequires:  readline-devel
+BuildRequires:  readosm-devel
 BuildRequires:  sqlite-devel
+BuildRequires:  zlib-devel
 
-# No libspatialite for ppc64 -- see #663938
-ExcludeArch:    ppc64
+# No libspatialite for ppc and ppc64 -- see #663938 and #846301
+ExcludeArch:    ppc ppc64
 
 %description
 Spatialite-Tools is a set of useful CLI tools for SpatiaLite.
@@ -30,8 +33,8 @@ rm -f Makefile-static*
 
 
 %build
-# Add libm (floor); Reported upstream via e-mail 15 Jan 2011
-%configure LDFLAGS="-lm"
+%configure
+
 make %{?_smp_mflags}
 
 
@@ -51,6 +54,12 @@ make install DESTDIR=%{buildroot}
 
 
 %changelog
+* Sat Aug 18 2012 Volker Fröhlich <volker27 at gmx.at> - 3.1.0b-1
+- Update for new release
+- Update URL and source URL
+- Drop LDFLAG -lm
+- Exclude ppc as well
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.0-0.6.RC4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list