rpms/gdal/devel gdal.spec,1.14,1.15

Balint Cristian (cbalint) fedora-extras-commits at redhat.com
Fri May 11 21:38:10 UTC 2007


Author: cbalint

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

Modified Files:
	gdal.spec 
Log Message:
fix python lookup paths for ppc64



Index: gdal.spec
===================================================================
RCS file: /cvs/extras/rpms/gdal/devel/gdal.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gdal.spec	9 May 2007 17:58:46 -0000	1.14
+++ gdal.spec	11 May 2007 21:37:35 -0000	1.15
@@ -1,6 +1,6 @@
 Name:      gdal
 Version:   1.4.1
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   GIS file format library
 Group:     System Environment/Libraries
 License:   MIT
@@ -92,6 +92,9 @@
 sed -i 's|-L\$with_grass\/lib||g' configure
 sed -i 's|-logdi31|-logdi|g' configure
 
+# fix python path for ppc64
+sed -i 's|test \"$ARCH\" = \"x86_64\"|test \"$libdir\" = \"\/usr\/lib64\"|g' configure
+
 # append some path for few libs
 export CPPFLAGS="`pkg-config ogdi --cflags`"
 export CPPFLAGS="$CPPFLAGS -I%{_includedir}/netcdf-3"
@@ -286,6 +289,9 @@
 %{perl_vendorarch}/*
 
 %changelog
+* Fri May 11 2007 Balint Cristian <cbalint at redhat.com> 1.4.1-2
+- fix python lookup paths for ppc64.
+
 * Wed May 09 2007 Balint Cristian <cbalint at redhat.com> 1.4.1-1
 - new upstream release.
 - disable temporary grass-devel requirement untill find a




More information about the fedora-extras-commits mailing list