diff --git a/sm5/Makefile b/sm5/Makefile
index a21cad5a18d35583be1710b84fb9142b724bfbd5..72e11711e2123f1af34c412b2634a97c2ee1ca99 100644
--- a/sm5/Makefile
+++ b/sm5/Makefile
@@ -2,7 +2,7 @@
 #
 # Home page: http://smartmontools.sourceforge.net
 #
-# $Id: Makefile,v 1.42 2003/01/04 10:28:35 ballen4705 Exp $
+# $Id: Makefile,v 1.43 2003/01/04 10:38:44 ballen4705 Exp $
 #
 # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 # 
@@ -45,7 +45,7 @@ releasefiles=atacmds.c atacmds.h ataprint.c ataprint.h CHANGELOG COPYING extern.
 counter=$(shell cat VERSION)
 newcounter=$(shell ./add )
 pkgname=smartmontools-5.1
-pkgname2=$(pkgname).$(counter)
+pkgname2=$(pkgname)-$(counter)
 
 all: smartd smartctl
 	@echo -e "\n\nSmartd can now use a configuration file /etc/smartd.conf. Do:\n\n\tman ./smartctl.8\n\tman ./smartd.8\n\tman ./smartd.conf.5\n"
@@ -135,7 +135,7 @@ release: smartd.conf.5
 	echo "Release: " $(counter) > temp.version
 	cat temp.version temp.spec > smartmontools.spec
 	rm -f temp.spec temp.version
-	. cvs-script && cvs commit -m "release $(counter)"
+	. cvs-script && cvs commit -m "Release 5.1.$(counter)"
 	. cvs-script && cvs tag -d "RELEASE_5_1_$(counter)" && cvs tag "RELEASE_5_1_$(counter)"
 	rm -rf $(pkgname)
 	mkdir $(pkgname)
diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec
index c477a2228b1572050eae62329c01ba7857c0ab27..fe4b816f75249c3c1ff7e0d04548579712afe16f 100644
--- a/sm5/smartmontools.spec
+++ b/sm5/smartmontools.spec
@@ -27,10 +27,10 @@ Obsoletes:      smartsuite
 Packager:       Bruce Allen <smartmontools-support@lists.sourceforge.net>
 
 # Source code can be found at:
-# http://ftp1.sourceforge.net/smartmontools/smartmontools-%{version}.%{release}.tar.gz
+# http://ftp1.sourceforge.net/smartmontools/smartmontools-%{version}-%{release}.tar.gz
 
 # CVS ID of this file is:
-# $Id: smartmontools.spec,v 1.78 2003/01/04 10:30:06 ballen4705 Exp $
+# $Id: smartmontools.spec,v 1.79 2003/01/04 10:38:44 ballen4705 Exp $
 
 # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 # Home page: http://smartmontools.sourceforge.net/