merge from jesse's branch
This commit is contained in:
commit
5d46c0c53b
7 changed files with 37 additions and 27 deletions
4
Makefile
4
Makefile
|
|
@ -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)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue