Re: RPM targets for make dist?

2001-11-01 Thread Braden McDaniel
On Thu, 2001-11-01 at 13:14, Simon Perkins wrote: > Hi, > > Are there any plans to introduce the ability to generate RPMs using automake? > Perhaps as an option to 'make dist'? What about the solaris packages format? > > If people have Makefile.am files they've hacked by hand to do this, I'd als

RPM targets for make dist?

2001-11-01 Thread Simon Perkins
Hi, Are there any plans to introduce the ability to generate RPMs using automake? Perhaps as an option to 'make dist'? What about the solaris packages format? If people have Makefile.am files they've hacked by hand to do this, I'd also be interesting in some pointers... Cheers, Sy

Re: RPM targets

2000-03-08 Thread Bruce Korb
Allan Clark wrote: > > Perhaps the tack to sail on this component is not "make rpm" but "make > package", where a number of files is converted to a ~.spec, > prototype/pkginfo, ~.cmpnt/~.pkg/~.prod, or whatever: > > 1) list of files (source -> target) > 2) inittab mods > 3) rc.d mods > 4) copywr

Re: RPM targets

2000-03-08 Thread Allan Clark
> writes: > > > Michael Bletzinger <[EMAIL PROTECTED]> writes: > > > > > Is anyone working on creating rpm targets similar to "make dist". I was > > > thinking that automake could for example generate the spec file from a > > > templa

Re: RPM targets

2000-03-07 Thread Hans Ulrich Niedermann
Hi all, sorry to be replying to my own message, but I don't want to take credit for other people's ideas. Hans Ulrich Niedermann <[EMAIL PROTECTED]> writes: > Michael Bletzinger <[EMAIL PROTECTED]> writes: > > > Is anyone working on creating rpm tar

Re: RPM targets

2000-03-06 Thread Hans Ulrich Niedermann
Michael Bletzinger <[EMAIL PROTECTED]> writes: > Is anyone working on creating rpm targets similar to "make dist". I was > thinking that automake could for example generate the spec file from a > template. I've implemented "make rpm" in my ex

Re: RPM targets

2000-03-06 Thread Michael T. Babcock
I was just about to compose that message today myself. project.spec.am/in ... All I want is to be able to "make i386.rpm; make i686.rpm" Michael Bletzinger wrote: > Is anyone working on creating rpm targets similar to "make dist". I was > thinking that

Re: RPM targets

2000-03-06 Thread Tom Tromey
>>>>> "Michael" == Michael Bletzinger <[EMAIL PROTECTED]> writes: Michael> Is anyone working on creating rpm targets similar to "make Michael> dist". I was thinking that automake could for example Michael> generate the spec file from a templa

RPM targets

2000-03-06 Thread Michael Bletzinger
Hello, Is anyone working on creating rpm targets similar to "make dist". I was thinking that automake could for example generate the spec file from a template. Michael