From 63f19e99973fe9d254394b3fbd08a57f14c8d7f4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Thu, 23 Oct 2025 12:17:08 -0400 Subject: [PATCH] add info --- Makefile.common | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.common b/Makefile.common index ac2caf1..9fe61a6 100644 --- a/Makefile.common +++ b/Makefile.common @@ -92,6 +92,7 @@ endif ifndef RELEASE RELEASE := $(word 2, $(VER_REL)) endif +$(info $$VER_REL is ${VER_REL} version is ${VERSION}) # this is used in make patch, maybe make clean eventually. # would be nicer to autodetermine from the spec file... RPM_BUILD_DIR ?= $(BUILDDIR)/$(NAME)-$(VERSION) @@ -109,6 +110,7 @@ EXT := $(shell cat $(NAME).spec | grep -e '^[S|s]ource' | head -n 1 | sed 's/Sou #ARCHIVEFILE := $(shell cat archivefilename) #endif ARCHIVEFILE := $(shell cat $(NAME).spec | grep -e '^[S|s]ource' | sed -r 's/^[S|s]ource[0-9]?:\s?//' | sed -e 's/{//g' -e 's/}//g' -e "s/%name/$(NAME)/g" -e "s/%version/$(VERSION)/g" | xargs basename) +#$(info $$VER_REL is ${VER_REL} version is ${VERSION} ARCHIVEFILE is ${ARCHIVEFILE}) # default target: all: