# Makefile for source rpm: schily NAME := schily 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)) # Seems to hang on rm -rv %{buildroot}/usr/lib/profiled on Fedora 16 builds without this MOCK_OPTIONS = --isolation=simple # We have outputs with different version numbers RPMLINT_TARGETS = ~/schily*.rpm ~/cdrtools*.rpm ~/btcflash*.rpm ~/cdda2wav*.rpm ~/mkisofs*.rpm ~/cdrecord*.rpm include $(MAKEFILE_COMMON)