aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2007-06-15 16:31:09 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2007-06-15 16:31:09 +0000
commit0805449c422c3146279711146db8174832970732 (patch)
tree76c473c09dabbc020e48acac5d3a3e9d51f8491b /Makefile
parent9cb842c25552acc0eea4d2038f733e6cded6d273 (diff)
downloadspec-helper-0805449c422c3146279711146db8174832970732.tar
spec-helper-0805449c422c3146279711146db8174832970732.tar.gz
spec-helper-0805449c422c3146279711146db8174832970732.tar.bz2
spec-helper-0805449c422c3146279711146db8174832970732.tar.xz
spec-helper-0805449c422c3146279711146db8174832970732.zip
bump versionv0.25
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files 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)