rpmdist.mk, mkspec-wrapper.sh: Add PROJECT

This commit is contained in:
Jan Lindemann 2002-07-11 17:05:55 +00:00 committed by Jan Lindemann
commit a9a6c44416
2 changed files with 5 additions and 1 deletions

View file

@ -71,6 +71,7 @@ cpfiles.dist:
mkdir -p $(DIST_SRC_DIR)
cp Makefile $(DIST_SRC_DIR)
sh $(MKSPEC_SH) -V $(RPM_VERSION) -S $(notdir $(PCKG_TAR)) -N $(RPM_PROJECT) $(RPM_REQUIRED_FLAG) \
-P $(PROJECT) \
> $(DIST_SRC_DIR)/$(RPM_PROJECT)-$(RPM_VERSION).spec
echo $(RPM_VERSION) > $(DIST_SRC_DIR)/VERSION
touch $@