# New Ticket Created by gp@zimt.uni-siegen.de # Please include the string: [perl #53450] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=53450 > Hello, the command "rpmbuild -ba parrot.spec" did only work after I changed the file "parrot.spec" to hold a new line. The attached file "parrot.spec.patch" holds the output from the command: > diff -u parrot.spec parrot.spec.new > parrot.spec.patch After that change I produced rpms (make rpms) for the parrot version 0.6.1 under the operating-systems: Fedora 7, Fedora 8 and Fedora 9-Beta The rpms "libicu-devel" and "perl-SVK" are not needed to build parrot. So the following two lines should be removed or commented out: BuildRequires: libicu-devel BuildRequires: perl-SVK Gerd Pokorra