diff options
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -57,6 +57,8 @@ install: all localrpm: clean localdist buildrpm +localsrpm: clean localdist buildsrpm + localdist: cleandist dir localcopy tar cleandist: @@ -78,6 +80,10 @@ buildrpm: rpm -ta ../$(PACKAGE)-$(VERSION).tar.bz2 rm -f ../$(PACKAGE)-$(VERSION).tar.bz2 +buildsrpm: + rpm -ts ../$(PACKAGE)-$(VERSION).tar.bz2 + rm -f ../$(PACKAGE)-$(VERSION).tar.bz2 + # rules to build a distributable rpm rpm: changelog cvstag dist buildrpm |