aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-05-07 12:14:29 +0000
committerPaul Rodger <paul@paulrodger.com>2002-05-07 12:14:29 +0000
commit7c8b58dea309e334dc67c34c4758ac318107cd18 (patch)
treea9fc672f20c9b1dd79be0cb6b917b50d6dde6aa1 /Makefile
parente4adb7b2228533cde7936b44b5d61e422c81bb6b (diff)
downloadarchivemail-7c8b58dea309e334dc67c34c4758ac318107cd18.tar.gz
archivemail-7c8b58dea309e334dc67c34c4758ac318107cd18.tar.bz2
archivemail-7c8b58dea309e334dc67c34c4758ac318107cd18.zip
Fixed a bug where archivemail would abort if it got a date header
with a completely blank value.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dea2285..8979dee 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-VERSION=0.4.6
+VERSION=0.4.7
VERSION_TAG=v$(subst .,_,$(VERSION))
TARFILE=archivemail-$(VERSION).tar.gz
@@ -21,6 +21,12 @@ sdist: clobber doc
cp archivemail.py archivemail
fakeroot python setup.py sdist
rm archivemail
+
+bdist_rpm: clobber doc
+ cp archivemail.py archivemail
+ fakeroot python setup.py bdist_rpm
+ rm archivemail
+
tag:
cvs tag -F current
cvs tag -F $(VERSION_TAG)