Compare commits

...

4 Commits
master ... f10

Author SHA1 Message Date
Fedora Release Engineering a06380e43b dist-git conversion 2010-07-28 15:13:17 +00:00
Bill Nottingham 435b6855bc Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:53:55 +00:00
Oliver Falk b3164c91f4 Fix build on alpha 2009-02-24 10:35:03 +00:00
Jesse Keating 9f9c527cdb Initialize branch F-10 for gdal 2008-11-07 04:53:17 +00:00
4 changed files with 6 additions and 24 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: gdal
# $Id$
NAME := gdal
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -34,6 +34,12 @@ BuildRequires: ant swig ruby java-devel
%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"]')}

View File

@ -1,3 +0,0 @@
gdal-1_5_2-1_fc9:HEAD:gdal-1.5.2-1.fc9.src.rpm:1213299145
gdal-1_5_2-4_fc10:HEAD:gdal-1.5.2-4.fc10.src.rpm:1222777883
gdal-1_5_3-1_fc10:HEAD:gdal-1.5.3-1.fc10.src.rpm:1224848682