diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2007-06-15 16:31:09 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2007-06-15 16:31:09 +0000 |
commit | 0805449c422c3146279711146db8174832970732 (patch) | |
tree | 76c473c09dabbc020e48acac5d3a3e9d51f8491b | |
parent | 9cb842c25552acc0eea4d2038f733e6cded6d273 (diff) | |
download | spec-helper-0.25.tar spec-helper-0.25.tar.gz spec-helper-0.25.tar.bz2 spec-helper-0.25.tar.xz spec-helper-0.25.zip |
bump versionv0.25
-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) |