From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19797 invoked by alias); 18 Apr 2002 17:47:42 -0000 Mailing-List: contact docbook-tools-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: docbook-tools-discuss-owner@sources.redhat.com Received: (qmail 19775 invoked from network); 18 Apr 2002 17:47:41 -0000 Received: from unknown (HELO mozart) (216.254.48.104) by sources.redhat.com with SMTP; 18 Apr 2002 17:47:41 -0000 Received: by mozart (Postfix, from userid 1000) id 790E5E791E; Thu, 18 Apr 2002 11:48:08 -0600 (MDT) To: docbook-tools-discuss@sources.redhat.com Subject: Re: new release soon References: <20020418171018.W11579@redhat.com> From: Mark Galassi Date: Fri, 20 Dec 2002 19:23:00 -0000 In-Reply-To: <20020418171018.W11579@redhat.com> Message-ID: <87ads03nl3.fsf@galassi.org> User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002/txt/msg00053.txt.bz2 Tim> I am planning on making a new release of docbook-utils soon Tim> (within the next week or two). I don't plan on changing much Tim> from what is currently in CVS. Tim> Please take a look and shout if there is something wrong. To Tim> get a tarball, use 'make -f Makefile.cvs', './configure', and Tim> 'make dist'. What a sec, why do things differently? You should do ./autogen.sh ./configure make distcheck # (make sure you do "distcheck") (note the above steps are even more nicely done building in a separate directory) and then, since we use automake/autoconf properly, you can build the RPMs with rpm -ta docbook-utils-version.tar.gz then you're done, and all in a gnulitically correct way. At one point Eric had mistakenly removed docbook-utils.spec from the EXTRA_DIST and hence made it impossible to do the "rpm -ta file.tar.gz", but I think I reintroduced it, or in any case it should be done. Finally, as you feel you are close to being ready, can you point me to the tarballs so I can see if they work on solaris? It's always a good shakeout to test these things on a different OS. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19797 invoked by alias); 18 Apr 2002 17:47:42 -0000 Mailing-List: contact docbook-tools-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: docbook-tools-discuss-owner@sources.redhat.com Received: (qmail 19775 invoked from network); 18 Apr 2002 17:47:41 -0000 Received: from unknown (HELO mozart) (216.254.48.104) by sources.redhat.com with SMTP; 18 Apr 2002 17:47:41 -0000 Received: by mozart (Postfix, from userid 1000) id 790E5E791E; Thu, 18 Apr 2002 11:48:08 -0600 (MDT) To: docbook-tools-discuss@sources.redhat.com Subject: Re: new release soon References: <20020418171018.W11579@redhat.com> From: Mark Galassi Date: Thu, 18 Apr 2002 10:47:00 -0000 In-Reply-To: <20020418171018.W11579@redhat.com> Message-ID: <87ads03nl3.fsf@galassi.org> User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-q2/txt/msg00020.txt.bz2 Message-ID: <20020418104700.pG9YpYm2syWhF7U1BH2EUL3R2LwggpvDzBTS8RKRpIM@z> Tim> I am planning on making a new release of docbook-utils soon Tim> (within the next week or two). I don't plan on changing much Tim> from what is currently in CVS. Tim> Please take a look and shout if there is something wrong. To Tim> get a tarball, use 'make -f Makefile.cvs', './configure', and Tim> 'make dist'. What a sec, why do things differently? You should do ./autogen.sh ./configure make distcheck # (make sure you do "distcheck") (note the above steps are even more nicely done building in a separate directory) and then, since we use automake/autoconf properly, you can build the RPMs with rpm -ta docbook-utils-version.tar.gz then you're done, and all in a gnulitically correct way. At one point Eric had mistakenly removed docbook-utils.spec from the EXTRA_DIST and hence made it impossible to do the "rpm -ta file.tar.gz", but I think I reintroduced it, or in any case it should be done. Finally, as you feel you are close to being ready, can you point me to the tarballs so I can see if they work on solaris? It's always a good shakeout to test these things on a different OS.