# Makefile for source rpm: perl-Module-CPANTS-Analyse NAME := perl-Module-CPANTS-Analyse 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)) # This is the last version that didn't use Perl::PrereqScanner::NotQuiteLite, # which can't be packaged in EL-8 due to its versioned dependency on Module::CPANfile DIST_REGEX = rhel8 include $(MAKEFILE_COMMON)