# New Ticket Created by [EMAIL PROTECTED]
# Please include the string: [perl #53492]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=53492 >
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
--- parrot.spec 2008-04-25 14:43:07.000000000 +0200
+++ parrot.spec.new 2008-04-28 13:03:43.000000000 +0200
@@ -81,7 +81,8 @@
rm -rf $RPM_BUILD_ROOT%{_usr}/compilers \
$RPM_BUILD_ROOT%{_usr}/config \
$RPM_BUILD_ROOT%{_includedir}/src \
- $RPM_BUILD_ROOT%{_usr}/src
+ $RPM_BUILD_ROOT%{_usr}/src \
+ $RPM_BUILD_ROOT%{_usr}/tools
%check
export LD_LIBRARY_PATH=$( pwd )/blib/lib