rpms/gdal/devel gdal.spec,1.18,1.19

Balint Cristian (cbalint) fedora-extras-commits at redhat.com
Wed Jul 25 11:58:42 UTC 2007


Author: cbalint

Update of /cvs/extras/rpms/gdal/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17184/devel

Modified Files:
	gdal.spec 
Log Message:
- disable one more HFA test, HFA is unaviable due to license



Index: gdal.spec
===================================================================
RCS file: /cvs/extras/rpms/gdal/devel/gdal.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- gdal.spec	25 Jul 2007 11:20:08 -0000	1.18
+++ gdal.spec	25 Jul 2007 11:58:10 -0000	1.19
@@ -1,6 +1,6 @@
 Name:      gdal
 Version:   1.4.2
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   GIS file format library
 Group:     System Environment/Libraries
 License:   MIT
@@ -257,8 +257,9 @@
 
 # remove some testcases for now due to build failure
 rm -rf ogr/ogr_pg.py     # no pgsql during test (disabled)
-rm -rf ogr/ogr_dods.py   # no dots  during test (disabled)
-rm -rf gdrivers/dods.py  # no dots  during test (disabled)
+rm -rf ogr/ogr_dods.py   # no DODS  during test (disabled)
+rm -rf gdrivers/dods.py  # no DODS  during test (disabled)
+rm -rf gdrivers/hfa.py   # no HFA   during test (disabled)
 rm -rf gcore/hfa_write.py  # HFA driver absent  (disabled)
 rm -rf ogr/ogr_dgn.py      # DGW driver absent  (disabled)
 rm -rf osr/osr_esri.py     # ESRI datum absent  (disabled)
@@ -332,6 +333,9 @@
 %{perl_vendorarch}/*
 
 %changelog
+* Wed Jul 24 2007 Balint Cristian <cbalint at redhat.com> 1.4.2-2
+- disable one more HFA test, HFA is unaviable due to license
+
 * Wed Jul 24 2007 Balint Cristian <cbalint at redhat.com> 1.4.2-1
 - new upstream one
 - catch some more docs




More information about the scm-commits mailing list