Re: Writing spec files

2002-11-17 Thread R P Herrold
On Sat, 16 Nov 2002, Ron Olsen wrote: > Jeff Johnson <[EMAIL PROTECTED]>, the Red Hat rpm guru, could give you a > definitive answer. or perhaps the RPM website: http://www.rpm.org/hintskinks/rpmbuild/ -- Russ Herrold -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.c

Re: Writing spec files

2002-11-16 Thread Ron Olsen
> "Neil" == Neil Hodge writes: >> I had to edit the make_uninstall script (mku) to replace "rpm -bb" >> with "rpmbuild -bb" to get it to work on RH 8.0. Neil> What if a person want backward compatibility with previous Neil> versions of rpm? Is there some kind of built-in mec

Re: Writing spec files (was: kazaa and xtunes/sumi)

2002-11-16 Thread Neil Hodge
Ron: On Sat, 2002-11-16 at 04:14, Ron Olsen wrote: > I had to edit the make_uninstall script (mku) to replace "rpm -bb" > with "rpmbuild -bb" to get it to work on RH 8.0. > What if a person want backward compatibility with previous versions of rpm? Is there some kind of built-in mechanism for t

Re: Writing spec files (was: kazaa and xtunes/sumi)

2002-11-16 Thread Ron Olsen
> "Justin" == Justin Georgeson writes: Justin> This actually leads into a third topic. :) Writing spec Justin> files. I've been dabbling into this more and more lately. Is Justin> there a tool that will generate at least a skeleton spec file Justin> from an autoconf/automake/w