Compare commits

...
Sign in to create a new pull request.

7 commits

Author SHA1 Message Date
Troy Dawson
570d3a5d12 Added to RHEL 9.7 rhbz#2376349 2025-11-20 10:07:05 -08:00
Orion Poplawski
f8957dfc7a Rebuild for proj 9 2025-06-24 09:19:59 -06:00
Orion Poplawski
aea4ac97a0 Re-enable java 2024-09-23 22:16:32 -06:00
Sandro Mani
06e919f826 Rebuild (armadillo) 2024-01-01 18:57:05 +01:00
Orion Poplawski
777241a5f2 Update to 3.4.3 2023-07-16 17:39:29 -06:00
Devrim Gündüz
ef9848de52 Initial commit for EPEL 9 2021-12-21 22:05:04 +00:00
Devrim Gündüz
ace4458d11 Initial commit for EPEL 9 2021-12-21 22:01:51 +00:00
4 changed files with 1 additions and 21 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)

1
dead.package Normal file
View file

@ -0,0 +1 @@
Added to RHEL 9.7 rhbz#2376349

View file