# Makefile for source rpm: perl-Test2-Suite NAME := perl-Test2-Suite 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)) # EL-8 builds likely to fail because we need perl(Test2::API) >= 1.302136 and EL-8 AppStream currently has perl-Test-Simple-1.302135-1.el8 include $(MAKEFILE_COMMON)