rpmdist.mk: Add target rpm-build

This commit is contained in:
Jan Lindemann 2007-08-24 20:14:21 +00:00 committed by Jan Lindemann
commit e9eb495fa6

View file

@ -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) ;\