merge from jesse's branch

This commit is contained in:
wwoods@metroid.rdu.redhat.com 2007-02-13 11:06:35 -05:00 committed by Jesse Keating
commit 5d46c0c53b
7 changed files with 37 additions and 27 deletions

View file

@ -17,7 +17,7 @@ tag:
@hg tag -m "$(HGTAG)" $(HGTAG)
# @hg push
archive:
archive: tag
@rm -rf ${PKGNAME}-$(VERSION)/
@python setup.py sdist > /dev/null
@echo "The archive is in dist/${PKGNAME}-$(VERSION).tar.gz"
@ -27,7 +27,7 @@ srpm: archive
@rpmbuild -bs ${PKGRPMFLAGS} ${PKGNAME}.spec
@echo "The srpm is in $(SRPM)"
rpm: archive tag
rpm: archive
@rpmbuild --clean -bb ${PKGRPMFLAGS} ${PKGNAME}.spec
@echo "The rpm is in $(RPM)"