# 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)) # Can't use 1.x for EL-8 because perl-Module-CPANfile in EL-8 is too old and we can't override it without a module DIST_REGEX = '^(fc|rhel([79]|1[0-9]))' include $(MAKEFILE_COMMON)