# Makefile for source rpm: perl-Perl-PrereqScanner-NotQuiteLite NAME := perl-Perl-PrereqScanner-NotQuiteLite 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)) # Note EL8 AppStream has Module::CPANfile 1.1002 so we can't build for EL8 # (module conflict if we try to use our own 1.1004 build) include $(MAKEFILE_COMMON)