From 0805449c422c3146279711146db8174832970732 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Fri, 15 Jun 2007 16:31:09 +0000 Subject: bump version --- Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 0bf9fc4..ef48116 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.1