* Tue Feb 19 2013 Remi Collet <remi@fedoraproject.org> - 1.0.0-6

- fix metadata location
master 1_0_0-6_el8_sme
Jean-Philippe Pialasse 2 months ago
parent 75b7d2dc15
commit 954209de1d

@ -2,7 +2,7 @@ NAME := php-pear-File-CSV
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$$$d/Makefile.common ] ; then if [ -f $$$$d/CVS/Root -a -w $$$$d/Makefile.common ] ; then cd $$$$d ; cvs -Q update ; fi ; echo "$$$$d/Makefile.common" ; break ; fi ; done
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))

Loading…
Cancel
Save