From b115f0f252bfd687a63b57cfaf18edcf357c8aeb Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 24 May 2002 18:31:27 +0000 Subject: [PATCH] reverse order to fulfill internal deps --- perl-www/perl-www.spec | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/perl-www/perl-www.spec b/perl-www/perl-www.spec index df6a697c13..2a2ddfec83 100644 --- a/perl-www/perl-www.spec +++ b/perl-www/perl-www.spec @@ -37,12 +37,12 @@ Packager: The OpenPKG Project Distribution: OpenPKG [REL] Group: Language License: GPL/Artistic -Version: 20020517 -Release: 20020517 +Version: 20020524 +Release: 20020524 # list of sources -Source0: http://www.cpan.org/modules/by-module/WWW/libwww-perl-%{V_libwww_perl}.tar.gz -Source1: http://www.cpan.org/modules/by-module/URI/URI-%{V_uri}.tar.gz +Source0: http://www.cpan.org/modules/by-module/URI/URI-%{V_uri}.tar.gz +Source1: http://www.cpan.org/modules/by-module/WWW/libwww-perl-%{V_libwww_perl}.tar.gz #Source2: http://www.cpan.org/modules/by-module/CGI/CGI.pm-%{V_cgi}.tar.gz # build information @@ -96,6 +96,13 @@ AutoReqProv: no -e "s:\$^X:'$perl':g" \ `find . -name Makefile.PL -print` + # build URI + ( cd URI-%{V_uri} + $perl Makefile.PL $perlargs + $make $makeargs all + $make $makeargs install + ) + # build libwww-perl ( cd libwww-perl-%{V_libwww_perl} $perl Makefile.PL $perlargs