# Makefile for source rpm: perl-Feature-Compat-Class NAME := perl-Feature-Compat-Class SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ../../../common ../../../../common ; do if [ -f $$d/trunk/Makefile.common ] ; then if [ -f $$d/trunk/.svn -a -w $$/Makefile.common ] ; then cd $$d/trunk ; svn update --quiet ; fi ; echo "$$d/trunk/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) # For perl < 5.38, needs Object::Pad ≥ 0.78, only availabe in Fedora since Fedora 33 and at a high enough version since Fedora 38 FROM_DIST = fc38 include $(MAKEFILE_COMMON)