diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -50,6 +50,8 @@ version: # rules to build a test rpm +localsrpm: clean localdist buildsrpm + localrpm: clean localdist buildrpm localdist: cleandist dir localcopy tar @@ -69,6 +71,9 @@ tar: bzip2 -9vf $(PACKAGE)-$(VERSION).tar rm -rf $(PACKAGE)-$(VERSION) +buildsrpm: + rpm -ts $(PACKAGE)-$(VERSION).tar.bz2 + buildrpm: rpm -ta $(PACKAGE)-$(VERSION).tar.bz2 |