RPM spec file?

2005-03-18 Thread Archie Cobbs
Does an RPM spec file for Classpath exist? Is there interest in creating one? I'd be happy to work on it. We can save it in scripts/ or somewhere. My motivation is that a JC RPM needs to depend on "classpath", but there's no RPM for Classpath yet. I see "classpath-inetli

RPM spec file

2005-03-20 Thread Archie Cobbs
FYI, Here's the RPM spec file I came up with... pretty simple. Only problem I've encounterd is that it conflicts with libgcj on the file /usr/lib/security/classpath.security. Not sure what to do about that. -Archie ___

Re: RPM spec file?

2005-03-18 Thread Mark Wielaard
Hi, On Fri, 2005-03-18 at 12:12 -0600, Archie Cobbs wrote: > Does an RPM spec file for Classpath exist? Is there interest in > creating one? I'd be happy to work on it. We can save it in scripts/ > or somewhere. There is an old one by Brian Jones. http://www.haphazard.org/

Re: RPM spec file?

2005-03-18 Thread Archie Cobbs
Mark Wielaard wrote: There is an old one by Brian Jones. http://www.haphazard.org/~cbj/classpath/classpath.spec Thanks.. I've got basically the same thing with updated info and less hard-coded stuff. I'll post it after testing it out a bit. I'm also planning to put Classpath RPM(s) up in the JC Sou

Re: RPM spec file

2005-03-22 Thread Tom Tromey
>>>>> "Archie" == Archie Cobbs <[EMAIL PROTECTED]> writes: Archie> Here's the RPM spec file I came up with... pretty simple. Check it in! Archie> Only problem I've encounterd is that it conflicts with libgcj Archie> on the file /usr/lib/securi

Re: RPM spec file

2005-03-22 Thread Archie Cobbs
Tom Tromey wrote: Archie> Only problem I've encounterd is that it conflicts with libgcj Archie> on the file /usr/lib/security/classpath.security. Not sure Archie> what to do about that. I suspect we ought to change how these providers are found. There's been some work in this area for Fedora Core,

Re: RPM spec file?

2005-03-31 Thread Archie Cobbs
Andy Walter wrote: On Saturday 19 March 2005 00:32, Archie Cobbs wrote: Who do I ask about building a Debian package for JC? Are you sure you want to manually create rpm and deb packages? Thanks for the link... looks interesting. Preferably someone *else* would build the packages :-) This is how e.

Re: RPM spec file?

2005-03-31 Thread Andy Walter
Hi, On Saturday 19 March 2005 00:32, Archie Cobbs wrote: > Who do I ask about building a Debian package for JC? Are you sure you want to manually create rpm and deb packages? There is some free software called epm that uses just 1 package description to generate archives for many Unix systems.

Re: RPM spec file?

2005-03-31 Thread PA
On Mar 31, 2005, at 19:37, Archie Cobbs wrote: Seems like in the Linux world it's more of a random free-for-all, though maybe Debian works like FreeBSD too? Perhaps you might like Gentoo's Portage: http://www.gentoo.org/main/en/about.xml Cheers -- PA, Onnay Equitursay http://alt.textdrive.com/ ___

Re: RPM spec file?

2005-03-31 Thread Archie Cobbs
PA wrote: Seems like in the Linux world it's more of a random free-for-all, though maybe Debian works like FreeBSD too? Perhaps you might like Gentoo's Portage: http://www.gentoo.org/main/en/about.xml Thanks, that looks very cool. It's good to know I'm not alone in my frustration :-) -Archie __