mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
rpmdist.mk: Add target rpm-build
This commit is contained in:
parent
5cbdf44b69
commit
e9eb495fa6
1 changed files with 3 additions and 4 deletions
|
|
@ -61,6 +61,7 @@ rpm-upload-rc: rpm-upload-RC.dist
|
|||
|
||||
rpm-clean: clean.rpm
|
||||
rpm-uninstall: config rpmuninstall.dist
|
||||
rpm-build: config rpmbuild.dist
|
||||
rpm-install: config rpminstall.dist
|
||||
rpm-reinstall: rpm-uninstall rpm-clean rpm-install
|
||||
|
||||
|
|
@ -111,7 +112,8 @@ $(DIST_PCKG_RPM): $(DIST_PCKG_DIR)/$(PCKG_TAR)
|
|||
$(DIST_PCKG_DIR)/CURRENT_%: $(TOPDIR)/VERSION
|
||||
echo $(CURRENT_$*) > $@
|
||||
|
||||
build.dist: $(DIST_FILES)
|
||||
rpmbuild.dist: $(DIST_PCKG_RPM) $(DIST_FILES)
|
||||
touch $@
|
||||
|
||||
rpminstall.dist: $(DIST_PCKG_RPM)
|
||||
@set -e; for p in $^; do \
|
||||
|
|
@ -195,9 +197,6 @@ rpm-check-release:
|
|||
echo + source is unmodified ;\
|
||||
fi
|
||||
|
||||
rpm-next-build:
|
||||
$(increase_build_number)
|
||||
|
||||
rpm-release: rpm-update-release
|
||||
@if [ "$(VERSION)" != "$(LAST_RPM_VERSION)" ]; then \
|
||||
$(check_cvs_sync) ;\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue