mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
rpmdist.mk: Make pkg-build.dist depend on $(VERSION_FILE)
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
cecf8def7d
commit
eb97f44ddb
1 changed files with 5 additions and 5 deletions
|
|
@ -69,7 +69,7 @@ ifeq ($(CREATE_DEVEL),true)
|
|||
BINARY_RPM += $(DIST_PCKG_DIR)/$(PCKG_RPM_DEVEL_I386)
|
||||
endif
|
||||
DIST_PCKG_SRPM = $(BINARY_RPM) $(DIST_PCKG_DIR)/$(PCKG_RPM_SRC)
|
||||
# to be replaced by pkg.sh
|
||||
|
||||
RPM_REQUIRES_DEVEL += $(call proj_query, pkg-requires --dont-expand-version-macros $(PROJ_QUERY_PKG_REQUIRES_EXTRA_ARGS) devel $(PROJECT))
|
||||
RPM_REQUIRES_RUN += $(call proj_query, pkg-requires --dont-expand-version-macros $(PROJ_QUERY_PKG_REQUIRES_EXTRA_ARGS) run $(PROJECT))
|
||||
RPM_CONFLICTS_DEVEL += $(call proj_query, pkg-conflicts --dont-expand-version-macros $(PROJ_QUERY_PKG_CONFLICTS_EXTRA_ARGS) devel $(PROJECT))
|
||||
|
|
@ -118,7 +118,7 @@ pkg-update: pkgupdate.dist
|
|||
pkg-upload-local: pkg-upload-local.dist
|
||||
|
||||
clean.rpm:
|
||||
$(RM) -rf $(DIST_DIR) *.dist CURRENT_RPM_SRC
|
||||
$(RM) -rf $(DIST_DIR) *.dist
|
||||
|
||||
#ifeq ($(PROJECT_DESCR_FILE),)
|
||||
#
|
||||
|
|
@ -135,7 +135,7 @@ clean.rpm:
|
|||
#
|
||||
#endif
|
||||
|
||||
pkg-build.dist:
|
||||
pkg-build.dist: $(VERSION_FILE)
|
||||
$(PKG_SH) build
|
||||
touch $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue