From 30efaaf223c431517554ed48953c90cde8820cd4 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Thu, 16 May 2002 09:24:22 +0000 Subject: [PATCH] Remove Bit::Vector from perl-util and redirect perl-time's dependency search to perl-ds where Bit::Vectore is located. --- perl-time/perl-time.spec | 4 ++-- perl-util/perl-util.spec | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/perl-time/perl-time.spec b/perl-time/perl-time.spec index 537750d122..261cb3ebc5 100644 --- a/perl-time/perl-time.spec +++ b/perl-time/perl-time.spec @@ -52,8 +52,8 @@ Source4: http://hacks.dlux.hu/Class-Date/download/Class-Date-%{V_class_date # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} -BuildPreReq: OpenPKG, openpkg >= 20020206, perl, perl-util -PreReq: OpenPKG, openpkg >= 20020206, perl, perl-util +BuildPreReq: OpenPKG, openpkg >= 20020206, perl, perl-ds +PreReq: OpenPKG, openpkg >= 20020206, perl, perl-ds AutoReq: no AutoReqProv: no diff --git a/perl-util/perl-util.spec b/perl-util/perl-util.spec index b6f09f7695..453fb663e0 100644 --- a/perl-util/perl-util.spec +++ b/perl-util/perl-util.spec @@ -26,7 +26,6 @@ # versions of individual parts %define V_alias 2.32 %define V_inline 0.43 -%define V_bit_vector 6.1 # package information Name: perl-util @@ -43,7 +42,6 @@ Release: 20020515 # list of sources Source0: http://www.cpan.org/modules/by-module/Alias/Alias-%{V_alias}.tar.gz Source1: http://www.cpan.org/modules/by-module/Inline/Inline-%{V_inline}.tar.gz -Source2: http://www.cpan.org/modules/by-module/Bit/Bit-Vector-%{V_bit_vector}.tar.gz # build information Prefix: %{l_prefix} @@ -66,7 +64,6 @@ AutoReqProv: no %prep %setup0 -q -c -n %{name}-%{version} %setup1 -q -T -D -a 1 - %setup2 -q -T -D -a 2 %build @@ -88,7 +85,7 @@ AutoReqProv: no chmod a+x $perl # uncompress and build modules - for mod in %{SOURCE0} %{SOURCE1} %{SOURCE2}; do + for mod in %{SOURCE0} %{SOURCE1}; do dir=`echo "$mod" | sed -e 's;^.*/\([^/]*\)\.tar\.gz$;\1;'` cd $dir chmod -R u+rw .