diff options
-rw-r--r-- | Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -1,10 +1,10 @@ PACKAGE = spec-helper -VERSION = 0.24 +VERSION = 0.25 SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/rpm/$(PACKAGE) SCRIPT_FILES = spec-helper clean_files clean_perl compress_files strip_files \ lib_symlinks gprintify.py fix-mo translate_menu.pl \ - fixpamd gprintify remove_info_dir relink_symlinks + fixpamd gprintify remove_info_dir relink_symlinks fix-eol BIN_FILES = macroszification MACROS_FILES = spec-helper.macros FILES = AUTHORS Makefile ChangeLog Howto-spec-helper \ @@ -51,11 +51,7 @@ tar: # rules to build a public distribution -dist: changelog cleandist dir localcopy tar svntag - -changelog: - svn2cl -o ChangeLog || : - rm -f ChangeLog.bak +dist: cleandist dir localcopy tar svntag svntag: svn cp -m 'version $(VERSION)' $(SVNPATH)/trunk $(SVNPATH)/tags/v$(VERSION) |