From a4fbf68c3c80bc7601252f5c7fd4fd756600eef9 Mon Sep 17 00:00:00 2001 From: Sarantis Paskalis Date: Mon, 11 Jun 2001 11:26:35 +0000 Subject: [PATCH] RPM version should be the same as ijbswa version. The rpm release is specified in the specfile. --- Makefile.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 84e1a986..e364514d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: Makefile.in,v 1.9 2001/06/04 18:31:58 swa Exp $ +# $Id: Makefile.in,v 1.10 2001/06/07 17:27:45 swa Exp $ # # Written by and Copyright (C) 2001 the SourceForge # IJBSWA team. http://ijbswa.sourceforge.net @@ -28,6 +28,9 @@ # Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # $Log: Makefile.in,v $ +# Revision 1.10 2001/06/07 17:27:45 swa +# added suse build section +# # Revision 1.9 2001/06/04 18:31:58 swa # files are now prefixed with either `confdir' or `logdir'. # `make redhat-dist' replaces both entries confdir and logdir @@ -68,7 +71,7 @@ VERSION_MAJOR = @VERSION_MAJOR@ VERSION_MINOR = @VERSION_MINOR@ VERSION_POINT = @VERSION_POINT@ VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_POINT) -RPM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR) +RPM_VERSION = $(VERSION) # The version is currently specified in config.h, which is # written by "configure". @@ -215,7 +218,7 @@ redhat-dist: rm -f ../ijbswa.tar.gz tar --exclude "junkbuster-suse.spec" -cvzf ../ijbswa.tar.gz . # verify all version strings, FLAGS, etc. in the spec file - cat junkbuster-rh.spec | sed 's/^Version:.*/Version: $(RPM_VERSION)/g' | sed 's/^Release:.*/Release: $(VERSION_POINT)/g' > /tmp/abc && cp -f /tmp/abc junkbuster-rh.spec +# cat junkbuster-rh.spec | sed 's/^Version:.*/Version: $(RPM_VERSION)/g' | sed 's/^Release:.*/Release: $(VERSION_POINT)/g' > /tmp/abc && cp -f /tmp/abc junkbuster-rh.spec # verify all files in their correct location needs to be done cd .. && rpm -ta ijbswa.tar.gz -- 2.39.2