public inbox for docbook-tools-discuss@sourceware.org
 help / color / mirror / Atom feed
* new release soon
  2002-12-20 19:23 new release soon Tim Waugh
@ 2002-04-18  9:40 ` Tim Waugh
  2002-12-20 19:23 ` Mark Galassi
  2002-12-20 19:23 ` Éric Bischoff
  2 siblings, 0 replies; 10+ messages in thread
From: Tim Waugh @ 2002-04-18  9:40 UTC (permalink / raw)
  To: docbook-tools-discuss

[-- Attachment #1: Type: text/plain, Size: 308 bytes --]

I am planning on making a new release of docbook-utils soon (within
the next week or two).  I don't plan on changing much from what is
currently in CVS.

Please take a look and shout if there is something wrong.  To get a
tarball, use 'make -f Makefile.cvs', './configure', and 'make dist'.

Thanks,
Tim.
*/

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: new release soon
  2002-12-20 19:23 ` Éric Bischoff
@ 2002-04-18 10:39   ` Éric Bischoff
  2002-12-20 19:23   ` Tim Waugh
  1 sibling, 0 replies; 10+ messages in thread
From: Éric Bischoff @ 2002-04-18 10:39 UTC (permalink / raw)
  To: Tim Waugh, docbook-tools-discuss

On Thursday 18 April 2002 18:10, Tim Waugh wrote:
> I am planning on making a new release of docbook-utils soon (within
> the next week or two).  I don't plan on changing much from what is
> currently in CVS.
>
> Please take a look and shout if there is something wrong.  To get a
> tarball, use 'make -f Makefile.cvs', './configure', and 'make dist'.

No, Tim, it's your responsibility to do the "make -f Makefile.cvs" _before_ 
you do the tarballs.

Do it in a _copy_ of the CVS tree, because it removes files ;-)

Final users do
	./configure
	make
	make install
as usually.

We need a bit of tuning during the change of maintainer ;-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: new release soon
  2002-12-20 19:23 ` Mark Galassi
@ 2002-04-18 10:47   ` Mark Galassi
  2002-12-20 19:23   ` Tim Waugh
  1 sibling, 0 replies; 10+ messages in thread
From: Mark Galassi @ 2002-04-18 10:47 UTC (permalink / raw)
  To: docbook-tools-discuss


    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.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: new release soon
  2002-12-20 19:23   ` Tim Waugh
@ 2002-04-18 12:24     ` Tim Waugh
  0 siblings, 0 replies; 10+ messages in thread
From: Tim Waugh @ 2002-04-18 12:24 UTC (permalink / raw)
  To: Éric Bischoff; +Cc: docbook-tools-discuss

[-- Attachment #1: Type: text/plain, Size: 876 bytes --]

On Thu, Apr 18, 2002 at 07:39:12PM +0200, Éric Bischoff wrote:

> On Thursday 18 April 2002 18:10, Tim Waugh wrote:
> > I am planning on making a new release of docbook-utils soon (within
> > the next week or two).  I don't plan on changing much from what is
> > currently in CVS.
> >
> > Please take a look and shout if there is something wrong.  To get a
> > tarball, use 'make -f Makefile.cvs', './configure', and 'make dist'.
> 
> No, Tim, it's your responsibility to do the "make -f Makefile.cvs" _before_ 
> you do the tarballs.

I understand that---I'm just warning that I will make a release soon,
and that is how I will do it, so if you take a look at the result of
doing that you'll see something similar to the end product.

So take a look now, before I make the release.

(Do we need to do a pre-release for this?  I'd rather not.)

Tim.
*/

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: new release soon
  2002-12-20 19:23   ` Tim Waugh
@ 2002-04-18 12:34     ` Tim Waugh
  0 siblings, 0 replies; 10+ messages in thread
From: Tim Waugh @ 2002-04-18 12:34 UTC (permalink / raw)
  To: Mark Galassi; +Cc: docbook-tools-discuss

[-- Attachment #1: Type: text/plain, Size: 1144 bytes --]

On Thu, Apr 18, 2002 at 11:48:08AM -0600, Mark Galassi wrote:

> What a sec, why do things differently?  You should do
> 
> ./autogen.sh
> ./configure
> make distcheck
> # (make sure you do "distcheck")

Unfortunately, this doesn't work (and didn't work before I touched
CVS).  jw.1.in needs to be generated by hand, or else configure
fails. (This step seems to be done by Makefile.cvs.)

It would be nice to fix this so that we can just do a normal release
as you suggest.  Patches welcome.

> 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.

Right.  It seems to be missing.  Thanks for catching that.

> 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.

As I said: check out current CVS, then make -f Makefile.cvs;
./configure; make dist.

Perhaps I ought to do a pre-release after all..

Tim.
*/

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: new release soon
  2002-12-20 19:23 ` Éric Bischoff
  2002-04-18 10:39   ` Éric Bischoff
@ 2002-12-20 19:23   ` Tim Waugh
  2002-04-18 12:24     ` Tim Waugh
  1 sibling, 1 reply; 10+ messages in thread
From: Tim Waugh @ 2002-12-20 19:23 UTC (permalink / raw)
  To: Éric Bischoff; +Cc: docbook-tools-discuss

[-- Attachment #1: Type: text/plain, Size: 876 bytes --]

On Thu, Apr 18, 2002 at 07:39:12PM +0200, Éric Bischoff wrote:

> On Thursday 18 April 2002 18:10, Tim Waugh wrote:
> > I am planning on making a new release of docbook-utils soon (within
> > the next week or two).  I don't plan on changing much from what is
> > currently in CVS.
> >
> > Please take a look and shout if there is something wrong.  To get a
> > tarball, use 'make -f Makefile.cvs', './configure', and 'make dist'.
> 
> No, Tim, it's your responsibility to do the "make -f Makefile.cvs" _before_ 
> you do the tarballs.

I understand that---I'm just warning that I will make a release soon,
and that is how I will do it, so if you take a look at the result of
doing that you'll see something similar to the end product.

So take a look now, before I make the release.

(Do we need to do a pre-release for this?  I'd rather not.)

Tim.
*/

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: new release soon
  2002-12-20 19:23 ` Mark Galassi
  2002-04-18 10:47   ` Mark Galassi
@ 2002-12-20 19:23   ` Tim Waugh
  2002-04-18 12:34     ` Tim Waugh
  1 sibling, 1 reply; 10+ messages in thread
From: Tim Waugh @ 2002-12-20 19:23 UTC (permalink / raw)
  To: Mark Galassi; +Cc: docbook-tools-discuss

[-- Attachment #1: Type: text/plain, Size: 1144 bytes --]

On Thu, Apr 18, 2002 at 11:48:08AM -0600, Mark Galassi wrote:

> What a sec, why do things differently?  You should do
> 
> ./autogen.sh
> ./configure
> make distcheck
> # (make sure you do "distcheck")

Unfortunately, this doesn't work (and didn't work before I touched
CVS).  jw.1.in needs to be generated by hand, or else configure
fails. (This step seems to be done by Makefile.cvs.)

It would be nice to fix this so that we can just do a normal release
as you suggest.  Patches welcome.

> 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.

Right.  It seems to be missing.  Thanks for catching that.

> 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.

As I said: check out current CVS, then make -f Makefile.cvs;
./configure; make dist.

Perhaps I ought to do a pre-release after all..

Tim.
*/

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* new release soon
@ 2002-12-20 19:23 Tim Waugh
  2002-04-18  9:40 ` Tim Waugh
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Tim Waugh @ 2002-12-20 19:23 UTC (permalink / raw)
  To: docbook-tools-discuss

[-- Attachment #1: Type: text/plain, Size: 308 bytes --]

I am planning on making a new release of docbook-utils soon (within
the next week or two).  I don't plan on changing much from what is
currently in CVS.

Please take a look and shout if there is something wrong.  To get a
tarball, use 'make -f Makefile.cvs', './configure', and 'make dist'.

Thanks,
Tim.
*/

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: new release soon
  2002-12-20 19:23 new release soon Tim Waugh
  2002-04-18  9:40 ` Tim Waugh
  2002-12-20 19:23 ` Mark Galassi
@ 2002-12-20 19:23 ` Éric Bischoff
  2002-04-18 10:39   ` Éric Bischoff
  2002-12-20 19:23   ` Tim Waugh
  2 siblings, 2 replies; 10+ messages in thread
From: Éric Bischoff @ 2002-12-20 19:23 UTC (permalink / raw)
  To: Tim Waugh, docbook-tools-discuss

On Thursday 18 April 2002 18:10, Tim Waugh wrote:
> I am planning on making a new release of docbook-utils soon (within
> the next week or two).  I don't plan on changing much from what is
> currently in CVS.
>
> Please take a look and shout if there is something wrong.  To get a
> tarball, use 'make -f Makefile.cvs', './configure', and 'make dist'.

No, Tim, it's your responsibility to do the "make -f Makefile.cvs" _before_ 
you do the tarballs.

Do it in a _copy_ of the CVS tree, because it removes files ;-)

Final users do
	./configure
	make
	make install
as usually.

We need a bit of tuning during the change of maintainer ;-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: new release soon
  2002-12-20 19:23 new release soon Tim Waugh
  2002-04-18  9:40 ` Tim Waugh
@ 2002-12-20 19:23 ` Mark Galassi
  2002-04-18 10:47   ` Mark Galassi
  2002-12-20 19:23   ` Tim Waugh
  2002-12-20 19:23 ` Éric Bischoff
  2 siblings, 2 replies; 10+ messages in thread
From: Mark Galassi @ 2002-12-20 19:23 UTC (permalink / raw)
  To: docbook-tools-discuss


    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.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2002-04-18 19:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-20 19:23 new release soon Tim Waugh
2002-04-18  9:40 ` Tim Waugh
2002-12-20 19:23 ` Mark Galassi
2002-04-18 10:47   ` Mark Galassi
2002-12-20 19:23   ` Tim Waugh
2002-04-18 12:34     ` Tim Waugh
2002-12-20 19:23 ` Éric Bischoff
2002-04-18 10:39   ` Éric Bischoff
2002-12-20 19:23   ` Tim Waugh
2002-04-18 12:24     ` Tim Waugh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).