rpms/gdal/F-10 gdal.spec,1.52,1.53

Oliver Falk oliver at fedoraproject.org
Tue Feb 24 10:35:33 UTC 2009


Author: oliver

Update of /cvs/pkgs/rpms/gdal/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4996/F-10

Modified Files:
	gdal.spec 
Log Message:

* Fix build on alpha



Index: gdal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdal/F-10/gdal.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- gdal.spec	24 Oct 2008 11:46:22 -0000	1.52
+++ gdal.spec	24 Feb 2009 10:35:03 -0000	1.53
@@ -34,6 +34,12 @@
 %define cpuarch 64
 %endif
 
+# Alpha is 64bit only but uses "lib" not "lib64"
+# Also true for ia64!?
+%ifarch alpha
+%define cpuarch 64
+%endif
+
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"]')}
 




More information about the fedora-extras-commits mailing list