# Makefile for source rpm: perl-Test-Vars NAME := perl-Test-Vars 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)) # FTBFS with Perl 5.38 # https://bugzilla.redhat.com/show_bug.cgi?id=2222854 # https://github.com/houseabsolute/p5-Test-Vars/issues/47 #TO_DIST = fc38 include $(MAKEFILE_COMMON)