[gdal] Add PROVENANCE.TXT-fedora as Source4

Orion Poplawski orion at fedoraproject.org
Mon Mar 11 03:23:52 UTC 2013


commit d727bd029575da91f72abe3e03c10d7830bd5ab8
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Sun Mar 10 21:23:48 2013 -0600

    Add PROVENANCE.TXT-fedora as Source4

 PROVENANCE.TXT-fedora |   38 ++++++++++++++++++++++++++++++++++++++
 gdal.spec             |    5 +++++
 2 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/PROVENANCE.TXT-fedora b/PROVENANCE.TXT-fedora
new file mode 100644
index 0000000..09700d5
--- /dev/null
+++ b/PROVENANCE.TXT-fedora
@@ -0,0 +1,38 @@
+gdal-1.9.1.tar.gz re-pack for Fedora
+
+All files with pending legal questions are stripped from the original tarball,
+to form this tarball. Legal information is mainly from PROVENANCE.TXT
+
+
+No files are manipulated. 
+
+Please see the cleaning script clean-gdal.sh!
+
+This leaves GDAL short of a few formats, coordinate systems and the PHP bindings.
+
+                           Volker Fröhlich <volker27 at gmx.at>
+
+ * updated to 1.9.1 by Volker Fröhlich <volker27 at gmx.at>
+ * updated to 1.9.0 by Volker Fröhlich <volker27 at gmx.at>
+ * updated to 1.7.3 by Viji V Nair <viji at fedoraproject.org>
+ * updated to 1.7.2 by Sven Lankes <sven at lank.es>
+ * updated to 1.7.1 by Balint Crisitan <cristian.balint at gmail.com>
+ * updated to 1.6.1 by Dan Horak <dan at danny.cz>
+
+
+Removed files:
+========================================
+# due to uncertain license issues
+and derivative copy from ESRI (TM) and CubeWerx (TM):
+
+data/cubewerx_extra.wkt
+data/esri_extra.wkt
+data/ecw_cs.wkt
+
+Removed folders plus its contents:
+========================================
+# due to uncertain license issues these formats
+are removed and not suported in fedora pack:
+
+frmts/bsb <-- http://www.osgeo.org/pipermail/gdal-dev/2003-September/001097.html
+swig/php <-- PHP license, incompatible mixture
diff --git a/gdal.spec b/gdal.spec
index 39922c3..f68ab6f 100644
--- a/gdal.spec
+++ b/gdal.spec
@@ -48,6 +48,8 @@ Source2:   %{name}.pom
 # Cleaner script for the tarball
 Source3:   %{name}-cleaner.sh
 
+Source4:   PROVENANCE.TXT-fedora
+
 # Patch to use system g2clib
 Patch1:    %{name}-g2clib.patch
 
@@ -285,6 +287,9 @@ rm -r frmts/grib/degrib18/g2clib-1.0.4
 %patch8 -p1 -b .java~
 %patch9 -p1 -b .man~
 
+# Copy in PROVENANCE.TXT-fedora
+cp %SOURCE4 .
+
 # Sanitize linebreaks and encoding
 #TODO: Don't touch data directory!
 # /frmts/grib/degrib18/degrib/metaname.cpp


More information about the scm-commits mailing list