[perl #61208] [PATCH] for changing the place of building Parrot-RPMs

2008-12-09 Thread g...@zimt.uni-siegen.de (via RT)
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #61208] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61208 Hello, with Fedora 10 the place for building RPMs change from /usr/src/redhat

Re: [perl #50518] [RFC] Is the rpms target dead?

2008-11-24 Thread Timothy S. Nelson
(working copy) @@ -2177,9 +2177,7 @@ rm parrot-$(VERSION) rpms : release - sudo cp parrot-$(VERSION).tar.gz /usr/src/*/SOURCES - sudo cp parrot.spec /usr/src/*/SPECS - cd /usr/src/*/SPECS @make_and@ sudo rpmbuild -ba parrot.spec + rpmbuild -ta parrot-$(VERSION

[perl #50518] [RFC] Is the rpms target dead?

2008-11-23 Thread James Keenan via RT
Is there someone on RedHat or Fedora who could take a whack at this?

Re: [perl #50518] Is the rpms target dead?

2008-02-04 Thread Paul Cochrane
/gen/makefiles/root.in has the following target: rpms : release sudo cp parrot-$(VERSION).tar.gz /usr/src/*/SOURCES sudo cp parrot.spec /usr/src/*/SPECS cd /usr/src/*/SPECS @make_and@ sudo rpm -ba parrot.spec This can never work on my

Re: [perl #50518] Is the rpms target dead?

2008-02-04 Thread Stuart Jansen
On Mon, 2008-02-04 at 10:50 -0500, Bob Rogers wrote: I can certainly make it work on openSUSE, but I seem to recall that Red Hat distros used to build RPMs in /usr/src/red-hat/ or some such, hence the * in /usr/src/*/. openSUSE uses /usr/src/packages/, which may be the common idiom now; does

Re: [perl #50518] Is the rpms target dead?

2008-02-04 Thread Bob Rogers
Parrot added to Fedora/OpenSuse in addition to Debian? Just my 0.02 Euro... Paul I can certainly make it work on openSUSE, but I seem to recall that Red Hat distros used to build RPMs in /usr/src/red-hat/ or some such, hence the * in /usr/src/*/. openSUSE uses /usr/src/packages/, which may

[perl #50518] Is the rpms target dead?

2008-02-03 Thread via RT
# New Ticket Created by Bob Rogers # Please include the string: [perl #50518] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=50518 I notice that config/gen/makefiles/root.in has the following target: rpms

Re: RPMs

2007-05-26 Thread chromatic
On Friday 25 May 2007 13:42:19 David Fetter wrote: Thanks to Steven for the update, and to Nuno Carvalho for the hacks atop same. I've got the following one running for Fedora Core 6, although rpmlint complains that the -devel package has no docs. Any chance of throwing this one into trunk?

Re: RPMs

2007-05-25 Thread David Fetter
On Thu, May 24, 2007 at 11:12:57AM -, Rafael Garcia-Suarez wrote: David Fetter wrote in perl.perl6.internals : Folks, I've been wrestling with the .spec file to generate RPMs for parrot 0.4.12, and so far, the .spec file is winning, so I figured I'd do what I always do when I'm

RPMs

2007-05-24 Thread David Fetter
Folks, I've been wrestling with the .spec file to generate RPMs for parrot 0.4.12, and so far, the .spec file is winning, so I figured I'd do what I always do when I'm losing: fight dirty and call in help :) Is anybody else here interested in that packaging system? More generally, I've heard

Re: RPMs

2007-05-24 Thread Rafael Garcia-Suarez
David Fetter wrote in perl.perl6.internals : Folks, I've been wrestling with the .spec file to generate RPMs for parrot 0.4.12, and so far, the .spec file is winning, so I figured I'd do what I always do when I'm losing: fight dirty and call in help :) I think that Steven Pritchard has